diff options
Diffstat (limited to 'src/rect.js')
-rw-r--r-- | src/rect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rect.js b/src/rect.js index 0a398be..1a3bf19 100644 --- a/src/rect.js +++ b/src/rect.js @@ -3,4 +3,4 @@ SVG.Rect = function() { } // Inherit from SVG.Shape -SVG.Rect.prototype = new SVG.Shape()
\ No newline at end of file +SVG.Rect.prototype = new SVG.Shape
\ No newline at end of file |