Fix lint error
parent
26cdee6059
commit
a8a7ea824d
|
|
@ -75,7 +75,6 @@
|
||||||
})(Bangle[functionName]);
|
})(Bangle[functionName]);
|
||||||
}
|
}
|
||||||
|
|
||||||
let functions = {};
|
|
||||||
let wrapDeferred = ((o,t) => (a) => {
|
let wrapDeferred = ((o,t) => (a) => {
|
||||||
if (a == eval || typeof a == "string") {
|
if (a == eval || typeof a == "string") {
|
||||||
return o.apply(this, arguments);
|
return o.apply(this, arguments);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue