]> source.dussan.org Git - svg.js.git/commitdiff
Remove extra space 883/head
authorPerry Mitchell <perrymitchell@live.com>
Sun, 22 Jul 2018 18:38:22 +0000 (21:38 +0300)
committerGitHub <noreply@github.com>
Sun, 22 Jul 2018 18:38:22 +0000 (21:38 +0300)
src/svg.js

index b28bef6c9de8ffcc118ffe1e31ecceb864ef7fd3..a0bd5fc76fa95e78b16cdb2ddf0430fb8cea43b4 100644 (file)
@@ -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)