Directory : /home/proudlyafrican/public_html/public/admin/bower_components/jvectormap/lib/ |
Current File : /home/proudlyafrican/public_html/public/admin/bower_components/jvectormap/lib/svg-group-element.js |
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 ); };