diff options
author | wout <wout@impinc.co.uk> | 2013-01-04 19:12:16 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-01-04 19:12:16 +0100 |
commit | 2380c67d4ddded556617760b4b3cb38a1d7758e2 (patch) | |
tree | c0bd5ee57a4c83e5d8860becba7766188344eda3 /src/shape.js | |
parent | 40de19951d0a4218ee2625fa9a1a69f04e79692d (diff) | |
download | svg.js-2380c67d4ddded556617760b4b3cb38a1d7758e2.tar.gz svg.js-2380c67d4ddded556617760b4b3cb38a1d7758e2.zip |
Made code more readable and included docs
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 |