修复了 "is not a function"的问题

This commit is contained in:
shenjack 2024-03-04 19:10:43 +08:00
parent a36c43c229
commit f1e7becf9e
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -12266,28 +12266,28 @@
}
Function.prototype.$4 = function (a, b, c, d) {
return this(a, b, c, d)
}
(function (a) {
if (typeof document === "undefined") {
a(null)
return
}
if (typeof document.currentScript != "undefined") {
a(document.currentScript)
return
}
var s = document.scripts
};
(function (a) {
if (typeof document === "undefined") {
a(null)
return
}
if (typeof document.currentScript != "undefined") {
a(document.currentScript)
return
}
var s = document.scripts
function onLoad(b) {
for (var q = 0; q < s.length; ++q) s[q].removeEventListener("load", onLoad, false)
a(b.target)
}
for (var r = 0; r < s.length; ++r) s[r].addEventListener("load", onLoad, false)
})(function (a) {
v.currentScript = a
var s = E.main_program
if (typeof dartMainRunner === "function") dartMainRunner(s, [])
else s([])
})
function onLoad(b) {
for (var q = 0; q < s.length; ++q) s[q].removeEventListener("load", onLoad, false)
a(b.target)
}
for (var r = 0; r < s.length; ++r) s[r].addEventListener("load", onLoad, false)
})(function (a) {
v.currentScript = a
var s = E.main_program
if (typeof dartMainRunner === "function") dartMainRunner(s, [])
else s([])
})
})()
//# sourceMappingURL=index.dart.js.map