From eb58a52f9ad219331961119bf114480a58f7b17c Mon Sep 17 00:00:00 2001 From: wout Date: Sat, 5 Jan 2013 16:52:14 +0100 Subject: Removed temp wrapper in safari bug fix --- src/svg.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/svg.js') 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 -- cgit v1.2.3