diff options
author | Eric Guzman | 2012-06-19 15:55:17 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-19 15:55:17 -0700 |
commit | 72efb92273d20757097b18326fb31d070a6d693d (patch) | |
tree | bb39c42e692591cced1a706ae9a3d340455b1615 /js/stage/objects-tray.reel/objects-tray.html | |
parent | 2ef72cdf0e59fb3623a2c13251ac707522f3dc5a (diff) | |
download | ninja-72efb92273d20757097b18326fb31d070a6d693d.tar.gz |
Objects Tray - Show only "off stage" objects
Diffstat (limited to 'js/stage/objects-tray.reel/objects-tray.html')
-rw-r--r-- | js/stage/objects-tray.reel/objects-tray.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/stage/objects-tray.reel/objects-tray.html b/js/stage/objects-tray.reel/objects-tray.html index 0fece3fe..710e3edf 100644 --- a/js/stage/objects-tray.reel/objects-tray.html +++ b/js/stage/objects-tray.reel/objects-tray.html | |||
@@ -14,7 +14,8 @@ | |||
14 | "owner": { | 14 | "owner": { |
15 | "prototype": "js/stage/objects-tray.reel", | 15 | "prototype": "js/stage/objects-tray.reel", |
16 | "properties": { | 16 | "properties": { |
17 | "element": {"#": "objects-tray"} | 17 | "element": {"#": "objects-tray"}, |
18 | "offStageObjectsController": {"@": "arrayController"} | ||
18 | } | 19 | } |
19 | }, | 20 | }, |
20 | "repetition" : { | 21 | "repetition" : { |