From edd8f67f8dc1493f5908f6aefe7f21e3e316f08b Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Sun, 16 Sep 2012 00:09:02 -0400 Subject: [PATCH] Fix error Shouldn't have two of these... --- src/svg/ImportSVG.js | 2 -- 1 file changed, 2 deletions(-) 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.