diff --git a/src/svg/ImportSVG.js b/src/svg/ImportSVG.js index 268c4a75..4793faae 100644 --- a/src/svg/ImportSVG.js +++ b/src/svg/ImportSVG.js @@ -5,7 +5,6 @@ */ var ImportSVG = this.ImportSVG = Base.extend({ -{ //initialize initialize: function() { @@ -13,7 +12,6 @@ var ImportSVG = this.ImportSVG = Base.extend({ }, /** - * * Takes the svg dom obj and parses the data * to create a layer with groups (if needed) with * items inside. Should support nested groups.