mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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
|
||||
// to use Symbols for them?
|
||||
group.remove();
|
||||
grourp = null;
|
||||
group = null;
|
||||
}
|
||||
return group;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue