修复了 "is not a function"的问题
This commit is contained in:
parent
a36c43c229
commit
f1e7becf9e
@ -12266,28 +12266,28 @@
|
|||||||
}
|
}
|
||||||
Function.prototype.$4 = function (a, b, c, d) {
|
Function.prototype.$4 = function (a, b, c, d) {
|
||||||
return this(a, b, c, d)
|
return this(a, b, c, d)
|
||||||
}
|
};
|
||||||
(function (a) {
|
(function (a) {
|
||||||
if (typeof document === "undefined") {
|
if (typeof document === "undefined") {
|
||||||
a(null)
|
a(null)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (typeof document.currentScript != "undefined") {
|
if (typeof document.currentScript != "undefined") {
|
||||||
a(document.currentScript)
|
a(document.currentScript)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
var s = document.scripts
|
var s = document.scripts
|
||||||
|
|
||||||
function onLoad(b) {
|
function onLoad(b) {
|
||||||
for (var q = 0; q < s.length; ++q) s[q].removeEventListener("load", onLoad, false)
|
for (var q = 0; q < s.length; ++q) s[q].removeEventListener("load", onLoad, false)
|
||||||
a(b.target)
|
a(b.target)
|
||||||
}
|
}
|
||||||
for (var r = 0; r < s.length; ++r) s[r].addEventListener("load", onLoad, false)
|
for (var r = 0; r < s.length; ++r) s[r].addEventListener("load", onLoad, false)
|
||||||
})(function (a) {
|
})(function (a) {
|
||||||
v.currentScript = a
|
v.currentScript = a
|
||||||
var s = E.main_program
|
var s = E.main_program
|
||||||
if (typeof dartMainRunner === "function") dartMainRunner(s, [])
|
if (typeof dartMainRunner === "function") dartMainRunner(s, [])
|
||||||
else s([])
|
else s([])
|
||||||
})
|
})
|
||||||
})()
|
})()
|
||||||
//# sourceMappingURL=index.dart.js.map
|
//# sourceMappingURL=index.dart.js.map
|
Loading…
Reference in New Issue
Block a user