diff options
author | wout <wout@impinc.co.uk> | 2012-12-17 12:56:09 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-17 12:56:09 +0100 |
commit | 9ba8a780e0da4de4839df119f1d57d7f6327b1c6 (patch) | |
tree | 3463301418df7260ad326d5cda2aea06f5943cd9 /src/svg.js | |
parent | 10fd4e46ed729b6471074d925d3a3e611b13688e (diff) | |
download | svg.js-9ba8a780e0da4de4839df119f1d57d7f6327b1c6.tar.gz svg.js-9ba8a780e0da4de4839df119f1d57d7f6327b1c6.zip |
Included dist files
Diffstat (limited to 'src/svg.js')
-rw-r--r-- | src/svg.js | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,11 +1,9 @@ -var SVG = { +this.SVG = { namespace: "http://www.w3.org/2000/svg", xlink: "http://www.w3.org/1999/xlink", createElement: function(e) { return document.createElementNS(this.namespace, e); } -}; - -this.SVG = SVG;
\ No newline at end of file +};
\ No newline at end of file |