diff options
author | Eric Guzman | 2012-06-20 11:28:32 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-20 11:28:32 -0700 |
commit | 5b303f858ab78877f26f61e87230b010460ee03b (patch) | |
tree | 00b7b9e21f30aae880ffbbb4c1fd54e434fd2f2a /js/stage/objects-tray.reel/objects-tray.html | |
parent | dc642d381e951223df3ce88ae984a3bf97d82f80 (diff) | |
download | ninja-5b303f858ab78877f26f61e87230b010460ee03b.tar.gz |
Objects Tray - Filter list of components for those without visual representation
Diffstat (limited to 'js/stage/objects-tray.reel/objects-tray.html')
-rw-r--r-- | js/stage/objects-tray.reel/objects-tray.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/js/stage/objects-tray.reel/objects-tray.html b/js/stage/objects-tray.reel/objects-tray.html index 710e3edf..5a0db85e 100644 --- a/js/stage/objects-tray.reel/objects-tray.html +++ b/js/stage/objects-tray.reel/objects-tray.html | |||
@@ -39,7 +39,13 @@ | |||
39 | "bindings": { | 39 | "bindings": { |
40 | "sourceObject" : {"<-": "@repetition.objectAtCurrentIteration"}, | 40 | "sourceObject" : {"<-": "@repetition.objectAtCurrentIteration"}, |
41 | "identifier" : {"<-": "@repetition.objectAtCurrentIteration.identifier"} | 41 | "identifier" : {"<-": "@repetition.objectAtCurrentIteration.identifier"} |
42 | } | 42 | }, |
43 | "listeners": [ | ||
44 | { | ||
45 | "type": "click", | ||
46 | "listener": {"@": "owner"} | ||
47 | } | ||
48 | ] | ||
43 | } | 49 | } |
44 | 50 | ||
45 | } | 51 | } |