aboutsummaryrefslogtreecommitdiff
path: root/js/stage/objects-tray.reel/objects-tray.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/stage/objects-tray.reel/objects-tray.html')
-rw-r--r--js/stage/objects-tray.reel/objects-tray.html8
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 }