From 30564bf1d40ee2d0299b266fba95fabcec9dc78d Mon Sep 17 00:00:00 2001 From: wout Date: Sun, 9 Jun 2013 13:36:16 +0100 Subject: Added to() method in the SVG.FX --- src/rect.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rect.js') diff --git a/src/rect.js b/src/rect.js index 852bee2..583556d 100644 --- a/src/rect.js +++ b/src/rect.js @@ -11,6 +11,5 @@ SVG.extend(SVG.Container, { rect: function(width, height) { return this.put(new SVG.Rect().size(width, height)) } - }) \ No newline at end of file -- cgit v1.2.3