From: Perry Mitchell Date: Sun, 22 Jul 2018 18:38:22 +0000 (+0300) Subject: Remove extra space X-Git-Tag: 2.6.6~3^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=66e3a8fe76cc920d34f35271138253a28c5fb22d;p=svg.js.git Remove extra space --- diff --git a/src/svg.js b/src/svg.js index b28bef6..a0bd5fc 100644 --- a/src/svg.js +++ b/src/svg.js @@ -3,7 +3,7 @@ var globalRef = (typeof this !== "undefined") ? this : window; // The main wrapping element -var SVG = globalRef.SVG = function (element) { +var SVG = globalRef.SVG = function(element) { if (SVG.supported) { element = new SVG.Doc(element)