mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix error
Shouldn't have two of these...
This commit is contained in:
parent
7879b4b61b
commit
edd8f67f8d
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue