1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-26 02:29:47 +02:00

fix system controller

This commit is contained in:
Xuan Sang LE
2020-06-05 19:55:49 +02:00
parent cecbb230d1
commit 41e32d2730
3 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 2.4.1
// Generated by CoffeeScript 2.5.1
(function() {
var APIManager, BaseObject, MarkOn, WebVNC, require;
@ -21,14 +21,14 @@
/*
window.require = (lib) ->
return new Promise (r, e) ->
return r() if window.libraries[lib]
$.getScript window.myuri + lib
.done (d) ->
window.libraries[lib] = true
r()
.fail (m, s) ->
e(m, s) */
return new Promise (r, e) ->
return r() if window.libraries[lib]
$.getScript window.myuri + lib
.done (d) ->
window.libraries[lib] = true
r()
.fail (m, s) ->
e(m, s) */
// private function
require = function(lib) {
return new Promise(function(r, e) {