Fix comment.

This commit is contained in:
Jürg Lehni 2013-10-30 01:27:07 +01:00
parent cabe253dea
commit 71a7781bdd

View file

@ -499,8 +499,8 @@ new function() {
importer = importers[type], importer = importers[type],
item = importer && importer(node, type, options), item = importer && importer(node, type, options),
data = type !== '#document' && node.getAttribute('data-paper-data'); data = type !== '#document' && node.getAttribute('data-paper-data');
// See importGroup() for an explanation of this filtering:
if (item) { if (item) {
// See importGroup() for an explanation of this filtering:
if (!(item instanceof Group)) if (!(item instanceof Group))
item = applyAttributes(item, node); item = applyAttributes(item, node);
if (options.expandShapes && item instanceof Shape) { if (options.expandShapes && item instanceof Shape) {