summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-17 12:40:43 +0100
committerwout <wout@impinc.co.uk>2012-12-17 12:40:43 +0100
commit10fd4e46ed729b6471074d925d3a3e611b13688e (patch)
tree4b3b5d1d86bf6f2cd7c16e1341371e55237329d4 /Rakefile
parent137bc169b4e1bcdcbb37e9beec3e2d9b7d9da85f (diff)
downloadsvg.js-10fd4e46ed729b6471074d925d3a3e611b13688e.tar.gz
svg.js-10fd4e46ed729b6471074d925d3a3e611b13688e.zip
Removing legacy references
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1340b19..f2df30e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,6 @@
SVGJS_VERSION = '0.1'
-DEFAULT_MODULES = %w[ svg container object element document defs group clip_path shape rect circle ellipse path image ]
+DEFAULT_MODULES = %w[ svg container object element document defs shape rect circle ellipse path image group clip_path ]
KILO = 1024 # how many bytes in a "kilobyte"