diff options
author | Jon Reid | 2012-03-06 18:06:40 -0800 |
---|---|---|
committer | Jon Reid | 2012-03-06 18:06:40 -0800 |
commit | bcfb704b04587f95a13c474cf0598ba90ec3b371 (patch) | |
tree | 522d43f72270b897f7e9a9c86f4bfd1c39847478 /js/panels/Timeline/TimelinePanel.reel | |
parent | 78d42c7cbf9205ed2e4faee1d8ddf02a4725edd3 (diff) | |
download | ninja-bcfb704b04587f95a13c474cf0598ba90ec3b371.tar.gz |
Timeline: Code cleanup. Fix bug with unfound property in serialization.
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html index a6b7f9f1..ae1bcddf 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | |||
@@ -101,11 +101,6 @@ | |||
101 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isTransformCollapsed", | 101 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isTransformCollapsed", |
102 | "oneway" : false | 102 | "oneway" : false |
103 | }, | 103 | }, |
104 | "animateCollapser" : { | ||
105 | "boundObject" : {"@" : "repetition1"}, | ||
106 | "boundObjectPropertyPath" : "objectAtCurrentIteration.animateCollapser", | ||
107 | "oneway" : false | ||
108 | }, | ||
109 | "isSelected" : { | 104 | "isSelected" : { |
110 | "boundObject" : {"@" : "repetition1"}, | 105 | "boundObject" : {"@" : "repetition1"}, |
111 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isSelected", | 106 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isSelected", |