summaryrefslogtreecommitdiffstats
path: root/src/svg.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/svg.js')
-rw-r--r--src/svg.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg.js b/src/svg.js
index f33f9e7..0b05449 100644
--- a/src/svg.js
+++ b/src/svg.js
@@ -13,6 +13,6 @@ this.SVG = {
}
};
-this.svg = function(e) {
+window.svg = function(e) {
return new SVG.Doc(e);
}; \ No newline at end of file