summaryrefslogtreecommitdiffstats
path: root/src/svg.js
diff options
context:
space:
mode:
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