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