mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-23 06:49:27 +08:00
6 lines
325 B
JavaScript
6 lines
325 B
JavaScript
// HTMLUnknownElement对象
|
|
HTMLUnknownElement = function HTMLUnknownElement(){return bodavm.toolsFunc.throwError("TypeError", "Illegal constructor")}
|
|
bodavm.toolsFunc.safeProto(HTMLUnknownElement, "HTMLUnknownElement");
|
|
HTMLUnknownElement.prototype.__proto__=HTMLElement.prototype;
|
|
HTMLUnknownElement.__proto__=HTMLElement;
|