aboutsummaryrefslogtreecommitdiffstats
path: root/src/svg.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/svg.js')
-rw-r--r--src/svg.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/svg.js b/src/svg.js
index 62b8b77..ee8832e 100644
--- a/src/svg.js
+++ b/src/svg.js
@@ -1,7 +1,5 @@
-'use strict'
-
// The main wrapping element
-var SVG = function(element) {
+var SVG = this.SVG = function(element) {
if (SVG.supported) {
element = new SVG.Doc(element)