diff options
author | wout <wout@impinc.co.uk> | 2013-01-27 20:17:17 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-01-27 20:17:17 +0100 |
commit | fe1747c86d0e562853752ac2b412ed33cd109c4f (patch) | |
tree | ec56684826ca2053ab78d8ef7a29f0f1f1f1f6ae /Rakefile | |
parent | b72373cf2fc024714825da95c59879ce9cbb4521 (diff) | |
download | svg.js-fe1747c86d0e562853752ac2b412ed33cd109c4f.tar.gz svg.js-fe1747c86d0e562853752ac2b412ed33cd109c4f.zip |
Added data() method
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SVGJS_VERSION = '0.1a' +SVGJS_VERSION = '0.2' # all available modules in the correct loading order MODULES = %w[ svg container element fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse poly path image text nested sugar ] |