mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove the initialize function
I'm not using it for anything
This commit is contained in:
parent
2ce23aacc2
commit
9218664a67
1 changed files with 0 additions and 6 deletions
|
@ -5,12 +5,6 @@
|
|||
*/
|
||||
|
||||
var ImportSVG = this.ImportSVG = Base.extend({
|
||||
//initialize
|
||||
initialize: function()
|
||||
{
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* Takes the svg dom obj and parses the data
|
||||
* to create a layer with groups (if needed) with
|
||||
|
|
Loading…
Reference in a new issue