Directory : /home/proudlyafrican/public_html/public/admin/bower_components/jvectormap/lib/ |
Current File : /home/proudlyafrican/public_html/public/admin/bower_components/jvectormap/lib/svg-shape-element.js |
jvm.SVGShapeElement = function(name, config, style){ jvm.SVGShapeElement.parentClass.call(this, name, config); jvm.AbstractShapeElement.apply(this, arguments); }; jvm.inherits(jvm.SVGShapeElement, jvm.SVGElement); jvm.mixin(jvm.SVGShapeElement, jvm.AbstractShapeElement);