Update boot.js
parent
5a80d341b5
commit
e2253eaa45
|
|
@ -74,7 +74,7 @@
|
||||||
return result;
|
return result;
|
||||||
})(Bangle[functionName]);
|
})(Bangle[functionName]);
|
||||||
}
|
}
|
||||||
|
/* exported functions */
|
||||||
let functions = {};
|
let functions = {};
|
||||||
let wrapDeferred = ((o,t) => (a) => {
|
let wrapDeferred = ((o,t) => (a) => {
|
||||||
if (a == eval || typeof a == "string") {
|
if (a == eval || typeof a == "string") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue