diff options
author | Valerio Virgillito | 2012-05-30 14:51:25 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-30 14:51:25 -0700 |
commit | 501221d0bbf776ce71bc7ae0f482c931f6651659 (patch) | |
tree | 7854eda9c6e23c15662f30d3c99ef1c03a49ce7e /js/ninja.reel/ninja.html | |
parent | db22840ca995d670cf61d718d379eb2d4aaa3d59 (diff) | |
download | ninja-501221d0bbf776ce71bc7ae0f482c931f6651659.tar.gz |
fixing the timeline current document bindings
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index b341b14a..ab4eed84 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -242,6 +242,9 @@ | |||
242 | "prototype": "js/panels/Timeline/TimelinePanel.reel", | 242 | "prototype": "js/panels/Timeline/TimelinePanel.reel", |
243 | "properties": { | 243 | "properties": { |
244 | "element": {"#": "timelinePanelComponent"} | 244 | "element": {"#": "timelinePanelComponent"} |
245 | }, | ||
246 | "bindings": { | ||
247 | "currentDocument": {"<-": "@documentList.selectedObjects.0"} | ||
245 | } | 248 | } |
246 | }, | 249 | }, |
247 | 250 | ||