mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
SvgImport: Fix typo.
This commit is contained in:
parent
9e00a6282f
commit
b7486a7e4d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ new function() {
|
||||||
// I don't think we need to add defs to the DOM. But we might want
|
// I don't think we need to add defs to the DOM. But we might want
|
||||||
// to use Symbols for them?
|
// to use Symbols for them?
|
||||||
group.remove();
|
group.remove();
|
||||||
grourp = null;
|
group = null;
|
||||||
}
|
}
|
||||||
return group;
|
return group;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue