plugins/raphael.export.js
authorAlan Knowles <alan@roojs.com>
Mon, 23 Jul 2012 06:58:02 +0000 (14:58 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Jul 2012 06:58:02 +0000 (14:58 +0800)
plugins/raphael.export.js

index 1fe0317..82065de 100644 (file)
@@ -90,7 +90,7 @@
 
                return '<' + name + ( matrix ? ' transform="matrix(' + matrix.toString().replace(/^matrix\(|\)$/g, '') + ')" ' : ' ' ) + attrs + '>' +
              content +
-            '</' + name + '>' + \n;
+            '</' + name + '>' + "\n";
        }
 
        /**