aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
index f7cd40ca..29bf6eb3 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
@@ -98,6 +98,11 @@
98 "boundObjectPropertyPath" : "objectAtCurrentIteration.isSelected", 98 "boundObjectPropertyPath" : "objectAtCurrentIteration.isSelected",
99 "oneway" : false 99 "oneway" : false
100 }, 100 },
101 "isActive" : {
102 "boundObject" : {"@" : "repetition1"},
103 "boundObjectPropertyPath" : "objectAtCurrentIteration.isActive",
104 "oneway" : false
105 },
101 "isStyleCollapsed" : { 106 "isStyleCollapsed" : {
102 "boundObject" : {"@" : "repetition1"}, 107 "boundObject" : {"@" : "repetition1"},
103 "boundObjectPropertyPath" : "objectAtCurrentIteration.isStyleCollapsed", 108 "boundObjectPropertyPath" : "objectAtCurrentIteration.isStyleCollapsed",