mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -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({
|
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
|
||||||
|
|
Loading…
Reference in a new issue