JSON: Prevent name: undefined exports.

This commit is contained in:
Jürg Lehni 2016-02-03 09:46:40 +01:00
parent 0f084eaf02
commit 7888d1d107

View file

@ -45,6 +45,7 @@ var Item = Base.extend(Emitter, /** @lends Item# */{
},
_class: 'Item',
_name: null,
// All items apply their matrix by default.
// Exceptions are Raster, SymbolItem, Clip and Shape.
_applyMatrix: true,