前端js组件更新
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
jvm.SVGGroupElement = function(){
|
||||
jvm.SVGGroupElement.parentClass.call(this, 'g');
|
||||
}
|
||||
|
||||
jvm.inherits(jvm.SVGGroupElement, jvm.SVGElement);
|
||||
|
||||
jvm.SVGGroupElement.prototype.add = function(element){
|
||||
this.node.appendChild( element.node );
|
||||
};
|
||||
Reference in New Issue
Block a user