diff options
author | Jon Reid | 2012-02-27 21:55:37 -0800 |
---|---|---|
committer | Jon Reid | 2012-02-27 21:55:37 -0800 |
commit | 0031310ea80a33b1752d3813070b00215f0c52c6 (patch) | |
tree | 16fbf4c0de9b586ce28d2f6d5901a13636fa1226 /js/panels/Timeline/TimelineTrack.reel | |
parent | 445180591da04f681a22038600e8ab517b82c0ca (diff) | |
download | ninja-0031310ea80a33b1752d3813070b00215f0c52c6.tar.gz |
Timeline: Successfully unbind event listeners in tweens when clearing timeline.
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel')
-rw-r--r-- | js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html index 158d666e..26d045d6 100644 --- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html +++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | |||
@@ -62,6 +62,11 @@ | |||
62 | "boundObject" : {"@": "tweenRepetition"}, | 62 | "boundObject" : {"@": "tweenRepetition"}, |
63 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isTweenAnimated", | 63 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isTweenAnimated", |
64 | "oneway" : false | 64 | "oneway" : false |
65 | }, | ||
66 | "isClearing" : { | ||
67 | "boundObject" : {"@": "tweenRepetition"}, | ||
68 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isClearing", | ||
69 | "oneway" : false | ||
65 | } | 70 | } |
66 | } | 71 | } |
67 | }, | 72 | }, |