SvgImport: Fix typo.

This commit is contained in:
Jonathan Puckey 2012-11-07 17:28:09 +01:00
parent 9e00a6282f
commit b7486a7e4d

View file

@ -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;
} }