forked from OpenPDU/openpdu
first mockup in go
This commit is contained in:
7
static/bower_components/jvectormap/lib/svg-shape-element.js
vendored
Normal file
7
static/bower_components/jvectormap/lib/svg-shape-element.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user