W.cq -> W.File

This commit is contained in:
shenjack 2024-04-20 15:38:40 +08:00
parent 1ca7919388
commit ead50b9d53
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -7810,7 +7810,7 @@ var A = {
jf: function jf() { }, jf: function jf() { },
o: function o() { }, o: function o() { },
fn: function fn() { }, fn: function fn() { },
cq: function cq() { }, File: function cq() { },
fp: function fp() { }, fp: function fp() { },
c4: function c4() { }, c4: function c4() { },
jL: function jL() { }, jL: function jL() { },
@ -11514,7 +11514,7 @@ W.fn.prototype = {
// return receiver.addEventListener(type, listener, false) // return receiver.addEventListener(type, listener, false)
} }
} }
W.cq.prototype = { W.File.prototype = {
$icq: 1 $icq: 1
} }
W.fp.prototype = { W.fp.prototype = {
@ -19348,7 +19348,7 @@ LangData.k_.prototype = {
) )
inherit(W.co, W.i6) inherit(W.co, W.i6)
inherit(W.dm, W.bb) inherit(W.dm, W.bb)
inherit(W.cq, W.Blob) inherit(W.File, W.Blob)
inherit_many(W.o, [W.c8, W.aY]) inherit_many(W.o, [W.c8, W.aY])
inherit(W.bp, W.aY) inherit(W.bp, W.aY)
inherit(W.ih, W.ig) inherit(W.ih, W.ig)
@ -20973,7 +20973,7 @@ var t = (function rtii() {
InputEvent: W.o, InputEvent: W.o,
SubmitEvent: W.o, SubmitEvent: W.o,
EventTarget: W.fn, EventTarget: W.fn,
File: W.cq, File: W.File,
HTMLFormElement: W.fp, HTMLFormElement: W.fp,
ImageData: W.c4, ImageData: W.c4,
Location: W.jL, Location: W.jL,