diff options
author | Valerio Virgillito | 2012-06-01 16:19:04 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-01 16:19:04 -0700 |
commit | 75fc82ce49d6f1eb05dc950b46292d42b5856005 (patch) | |
tree | 8e8fd7a8f7e0eeb5b3b07322a45f1a9e070d9c3e /js/ninja.reel/ninja.html | |
parent | 8433fa5ed0d4cc91e10b7080aa8edb8d94ccc1a4 (diff) | |
download | ninja-75fc82ce49d6f1eb05dc950b46292d42b5856005.tar.gz |
fixing some selection container changes and the breadcrumb not drawing initially
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 33c3080f..a98fca60 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -246,7 +246,7 @@ | |||
246 | "element":{"#" : "breadCrumbComponent"} | 246 | "element":{"#" : "breadCrumbComponent"} |
247 | }, | 247 | }, |
248 | "bindings" : { | 248 | "bindings" : { |
249 | "container": {"<<->": "@owner.currentSelectedContainer"}, | 249 | "container": {"<-": "@owner.currentSelectedContainer"}, |
250 | "currentDocument": {"<-": "@documentList.selectedObjects.0"} | 250 | "currentDocument": {"<-": "@documentList.selectedObjects.0"} |
251 | } | 251 | } |
252 | }, | 252 | }, |