Fix error

Shouldn't have two of these...
This commit is contained in:
Justin Ridgewell 2012-09-16 00:09:02 -04:00
parent 7879b4b61b
commit edd8f67f8d

View file

@ -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.