xuxiaobo-bobo 3eda40b52f 'second'
2023-02-14 22:06:09 +08:00

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;