diff options
author | wout <wout@impinc.co.uk> | 2012-12-21 21:47:34 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-21 21:47:34 +0100 |
commit | 47f41e9efba37af3394a095392a907765395932e (patch) | |
tree | 9475dc9b618bab2ffaa0f21c80a5149c49991b11 /Rakefile | |
parent | cf1bd17eebe9b6cb8fac869aeec4245a0ec66fff (diff) | |
download | svg.js-47f41e9efba37af3394a095392a907765395932e.tar.gz svg.js-47f41e9efba37af3394a095392a907765395932e.zip |
Lowered presence of the svg function
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ BuildTask.define_task 'dist/svg.js' => MODULES.map {|m| "src/#{ m }.js" } do |ta file.puts "\n" file.puts svgjs file.puts '}).call(this);' + file.puts 'window.svg = function(e) { return new SVG.Doc(e); };' end end |