diff options
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 | ||