diff options
Diffstat (limited to 'js/stage/objects-tray.reel/objects-tray.js')
-rw-r--r-- | js/stage/objects-tray.reel/objects-tray.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/stage/objects-tray.reel/objects-tray.js b/js/stage/objects-tray.reel/objects-tray.js index 360d6037..75ece4c3 100644 --- a/js/stage/objects-tray.reel/objects-tray.js +++ b/js/stage/objects-tray.reel/objects-tray.js | |||
@@ -16,6 +16,9 @@ exports.ObjectsTray = Montage.create(Component, { | |||
16 | _empty : { value: null }, | 16 | _empty : { value: null }, |
17 | _workspaceMode : { value: null }, | 17 | _workspaceMode : { value: null }, |
18 | 18 | ||
19 | iconsRepetition : { | ||
20 | value: null | ||
21 | }, | ||
19 | offStageObjectsController : { | 22 | offStageObjectsController : { |
20 | value: null | 23 | value: null |
21 | }, | 24 | }, |