Merge pull request #252 from paireks/patch-1
Creates empty info if there is no properties
This commit is contained in:
commit
913dff36f9
@ -93,8 +93,7 @@ export class ExporterBim extends ExporterBase
|
||||
info[property.name] = PropertyToString (property);
|
||||
}
|
||||
}
|
||||
if (Object.keys (info).length !== 0) {
|
||||
targetObject.info = info;
|
||||
}
|
||||
|
||||
targetObject.info = info;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user