]> source.dussan.org Git - svg.js.git/commitdiff
newlines
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Fri, 24 Feb 2017 19:08:21 +0000 (20:08 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Fri, 24 Feb 2017 19:08:21 +0000 (20:08 +0100)
src/bare.js
src/symbol.js

index f8deea475b819ac9b6b7577ad3a38d650a2c508d..5ac41738158f35cbac2a8724250e27afcd7d955b 100644 (file)
@@ -37,4 +37,4 @@ SVG.extend(SVG.Parent, {
   element: function(element, inherit) {
     return this.put(new SVG.Bare(element, inherit))
   }
-})
\ No newline at end of file
+})
index e7baf5303b52ceab6934b1967ebfc03ac142e829..f9c83e99540d135804a96c46ee85b5fbdc55b286 100644 (file)
@@ -11,4 +11,4 @@ SVG.Symbol = SVG.invent({
       return this.put(new SVG.Symbol)
     }
   }
-})
\ No newline at end of file
+})