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 /src/svg.js | |
parent | cf1bd17eebe9b6cb8fac869aeec4245a0ec66fff (diff) | |
download | svg.js-47f41e9efba37af3394a095392a907765395932e.tar.gz svg.js-47f41e9efba37af3394a095392a907765395932e.zip |
Lowered presence of the svg function
Diffstat (limited to 'src/svg.js')
-rw-r--r-- | src/svg.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -11,8 +11,4 @@ this.SVG = { for (var k in m) o.prototype[k] = m[k]; } -}; - -window.svg = function(e) { - return new SVG.Doc(e); };
\ No newline at end of file |