mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 09:52:19 +00:00
7 lines
276 B
JavaScript
Executable File
Vendored
7 lines
276 B
JavaScript
Executable File
Vendored
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); |