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, 2 insertions, 2 deletions
diff --git a/src/svg.js b/src/svg.js
index 6867461..eb5f348 100644
--- a/src/svg.js
+++ b/src/svg.js
@@ -7,8 +7,8 @@
// Shortcut for creating a svg document
-this.svg = function(e) {
- return new SVG.Doc(e);
+this.svg = function(element) {
+ return new SVG.Doc(element);
};
// The main wrapping element