diff options
author | wout <wout@impinc.co.uk> | 2012-12-30 13:20:59 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-30 13:20:59 +0100 |
commit | f6724c34bfdd5d3e207b4fc395d988de617b2b94 (patch) | |
tree | 5f566d4c271a4f2323031b89f03dea769bda9925 /Rakefile | |
parent | 44be0ceecb2ba43ab45d7fefa299179ae76303fa (diff) | |
download | svg.js-f6724c34bfdd5d3e207b4fc395d988de617b2b94.tar.gz svg.js-f6724c34bfdd5d3e207b4fc395d988de617b2b94.zip |
Added event.js
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |