Remove the initialize function

I'm not using it for anything
This commit is contained in:
Justin Ridgewell 2012-09-16 01:01:28 -04:00
parent 2ce23aacc2
commit 9218664a67

View file

@ -5,12 +5,6 @@
*/ */
var ImportSVG = this.ImportSVG = Base.extend({ var ImportSVG = this.ImportSVG = Base.extend({
//initialize
initialize: function()
{
},
/** /**
* Takes the svg dom obj and parses the data * Takes the svg dom obj and parses the data
* to create a layer with groups (if needed) with * to create a layer with groups (if needed) with