aboutsummaryrefslogtreecommitdiffstats
path: root/src/svg.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-17 12:56:09 +0100
committerwout <wout@impinc.co.uk>2012-12-17 12:56:09 +0100
commit9ba8a780e0da4de4839df119f1d57d7f6327b1c6 (patch)
tree3463301418df7260ad326d5cda2aea06f5943cd9 /src/svg.js
parent10fd4e46ed729b6471074d925d3a3e611b13688e (diff)
downloadsvg.js-9ba8a780e0da4de4839df119f1d57d7f6327b1c6.tar.gz
svg.js-9ba8a780e0da4de4839df119f1d57d7f6327b1c6.zip
Included dist files
Diffstat (limited to 'src/svg.js')
-rw-r--r--src/svg.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/svg.js b/src/svg.js
index 4f17c92..ebb0f87 100644
--- a/src/svg.js
+++ b/src/svg.js
@@ -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