diff options
Diffstat (limited to 'dist/svg.js')
-rw-r--r-- | dist/svg.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/svg.js b/dist/svg.js index 37f94df..0660b67 100644 --- a/dist/svg.js +++ b/dist/svg.js @@ -6,7 +6,7 @@ * @copyright Wout Fierens <wout@impinc.co.uk> * @license MIT * -* BUILT: Thu Oct 22 2015 17:18:44 GMT+0200 (Mitteleuropäische Sommerzeit) +* BUILT: Thu Oct 22 2015 22:36:38 GMT+0200 (Mitteleuropäische Sommerzeit) */; (function(root, factory) { @@ -3072,7 +3072,7 @@ SVG.Rect = SVG.invent({ , construct: { // Create a rect element rect: function(width, height) { - return this.put(new SVG.Rect().size(width, height)) + return this.put(new SVG.Rect()).size(width, height) } } }) |