Files
crew_admin/public/bower_components/jvectormap/lib/svg-shape-element.js
Frank John Begornia d225ff22d4 initial commit
2019-10-29 19:29:28 +08:00

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