UNPKG

jvectormap

Version:

jQuery plugin for embedding vector maps with reach API and methods for data visualization to the web-pages.

7 lines (6 loc) 276 B
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);