diff options
Diffstat (limited to 'src/shape.js')
-rw-r--r-- | src/shape.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shape.js b/src/shape.js index 236a066..a6be4c7 100644 --- a/src/shape.js +++ b/src/shape.js @@ -1,7 +1,6 @@ - SVG.Shape = function Shape(element) { this.constructor.call(this, element); }; -// inherit from SVG.Element +// Inherit from SVG.Element SVG.Shape.prototype = new SVG.Element();
\ No newline at end of file |