diff options
author | Valerio Virgillito | 2012-05-29 00:34:40 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-29 00:34:40 -0700 |
commit | 4c3aac5eabd93052b1554a03d78235215bb49db4 (patch) | |
tree | fe08f4f6d33d81d602f56daeaec845577fb9d8a5 /js/components/layout/tools-list.reel/tools-list.html | |
parent | 9a66ccad0235484643ef6d821315b11b5be4a93e (diff) | |
download | ninja-4c3aac5eabd93052b1554a03d78235215bb49db4.tar.gz |
document bindings phase 1
- using array controller to bind the current document to all ninja components
- removed open document event
- removed references to the document controller
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/layout/tools-list.reel/tools-list.html')
-rwxr-xr-x | js/components/layout/tools-list.reel/tools-list.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/js/components/layout/tools-list.reel/tools-list.html b/js/components/layout/tools-list.reel/tools-list.html index df603bf8..4e5b85ee 100755 --- a/js/components/layout/tools-list.reel/tools-list.html +++ b/js/components/layout/tools-list.reel/tools-list.html | |||
@@ -102,11 +102,7 @@ | |||
102 | "element": {"#": "disabledCondition"} | 102 | "element": {"#": "disabledCondition"} |
103 | }, | 103 | }, |
104 | "bindings": { | 104 | "bindings": { |
105 | "condition": { | 105 | "condition": {"<-": "@owner.disabled"} |
106 | "boundObject": {"@": "owner"}, | ||
107 | "boundObjectPropertyPath": "disabled", | ||
108 | "oneway": true | ||
109 | } | ||
110 | } | 106 | } |
111 | }, | 107 | }, |
112 | 108 | ||