Skip to content

Commit

Permalink
JSON: Prevent name: undefined exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed Feb 3, 2016
1 parent 0f084ea commit 7888d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/item/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7888d1d

Please sign in to comment.