mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
JSON: Prevent name: undefined
exports.
This commit is contained in:
parent
0f084eaf02
commit
7888d1d107
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue