aboutsummaryrefslogtreecommitdiff
path: root/js/stage/objects-tray.reel/objects-tray.js
diff options
context:
space:
mode:
authorEric Guzman2012-06-20 12:40:49 -0700
committerEric Guzman2012-06-20 12:40:49 -0700
commit8ac2ce1566995c91fe4721df2b121ed6437b9e1c (patch)
tree5ba6005fd725ad348dd6d9ceb104a9b64c68c102 /js/stage/objects-tray.reel/objects-tray.js
parente9783135c3a6c95b7ccc3a6e45f40a030a2a067c (diff)
downloadninja-8ac2ce1566995c91fe4721df2b121ed6437b9e1c.tar.gz
Binding HUD - Show hud for "off stage" objects in tray
Diffstat (limited to 'js/stage/objects-tray.reel/objects-tray.js')
-rw-r--r--js/stage/objects-tray.reel/objects-tray.js3
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 },