JaBa/dashboard/public/bower_components/jvectormap/lib/svg-shape-element.js
2022-01-04 02:18:28 +05:00

7 lines
No EOL
276 B
JavaScript

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);