diff options
Diffstat (limited to 'js/stage/objects-tray.reel/objects-tray.html')
-rw-r--r-- | js/stage/objects-tray.reel/objects-tray.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/js/stage/objects-tray.reel/objects-tray.html b/js/stage/objects-tray.reel/objects-tray.html index 0fece3fe..901f3e58 100644 --- a/js/stage/objects-tray.reel/objects-tray.html +++ b/js/stage/objects-tray.reel/objects-tray.html | |||
@@ -14,7 +14,9 @@ | |||
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 | "iconsRepetition": {"@": "repetition" }, | ||
19 | "offStageObjectsController": {"@": "arrayController"} | ||
18 | } | 20 | } |
19 | }, | 21 | }, |
20 | "repetition" : { | 22 | "repetition" : { |
@@ -38,7 +40,13 @@ | |||
38 | "bindings": { | 40 | "bindings": { |
39 | "sourceObject" : {"<-": "@repetition.objectAtCurrentIteration"}, | 41 | "sourceObject" : {"<-": "@repetition.objectAtCurrentIteration"}, |
40 | "identifier" : {"<-": "@repetition.objectAtCurrentIteration.identifier"} | 42 | "identifier" : {"<-": "@repetition.objectAtCurrentIteration.identifier"} |
41 | } | 43 | }, |
44 | "listeners": [ | ||
45 | { | ||
46 | "type": "click", | ||
47 | "listener": {"@": "owner"} | ||
48 | } | ||
49 | ] | ||
42 | } | 50 | } |
43 | 51 | ||
44 | } | 52 | } |