openpdu/static/bower_components/jvectormap/lib/svg-shape-element.js

7 lines
276 B
JavaScript
Raw Normal View History

2020-12-23 09:11:11 +00:00
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);