summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rect.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rect.js b/src/rect.js
index 583556d..852bee2 100644
--- a/src/rect.js
+++ b/src/rect.js
@@ -11,5 +11,6 @@ SVG.extend(SVG.Container, {
rect: function(width, height) {
return this.put(new SVG.Rect().size(width, height))
}
+
}) \ No newline at end of file