aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-30 13:20:59 +0100
committerwout <wout@impinc.co.uk>2012-12-30 13:20:59 +0100
commitf6724c34bfdd5d3e207b4fc395d988de617b2b94 (patch)
tree5f566d4c271a4f2323031b89f03dea769bda9925 /Rakefile
parent44be0ceecb2ba43ab45d7fefa299179ae76303fa (diff)
downloadsvg.js-f6724c34bfdd5d3e207b4fc395d988de617b2b94.tar.gz
svg.js-f6724c34bfdd5d3e207b4fc395d988de617b2b94.zip
Added event.js
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6051334..a3cf0d5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
SVGJS_VERSION = '0.1a'
# all available modules in the correct loading order
-MODULES = %w[ svg container element group arrange defs clip gradient doc shape rect ellipse poly path image text sugar ]
+MODULES = %w[ svg container element event group arrange defs clip gradient doc shape rect ellipse poly path image text sugar ]
# how many bytes in a "kilobyte"
KILO = 1024