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