diff options
author | Eric Guzman | 2012-06-11 13:28:42 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-11 13:28:42 -0700 |
commit | 3a4727ffc350216a434a7c6977b6a23653b77780 (patch) | |
tree | c5dff306f8803c36a16163ba5df1e7f492e762b5 /js/components/layout/tools-list.reel/tools-list.html | |
parent | d6b46ba496c9c8974ae39bb476aea35bcd1ddaf1 (diff) | |
parent | 337efc667372326ae2f9984d89a47bb151016774 (diff) | |
download | ninja-3a4727ffc350216a434a7c6977b6a23653b77780.tar.gz |
Merge branch 'binding' of github.com:dhg637/ninja-internal into binding
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 dec37a84..89901426 100755 --- a/js/components/layout/tools-list.reel/tools-list.html +++ b/js/components/layout/tools-list.reel/tools-list.html | |||
@@ -105,11 +105,7 @@ | |||
105 | "element": {"#": "disabledCondition"} | 105 | "element": {"#": "disabledCondition"} |
106 | }, | 106 | }, |
107 | "bindings": { | 107 | "bindings": { |
108 | "condition": { | 108 | "condition": {"<-": "@owner.disabled"} |
109 | "boundObject": {"@": "owner"}, | ||
110 | "boundObjectPropertyPath": "disabled", | ||
111 | "oneway": true | ||
112 | } | ||
113 | } | 109 | } |
114 | }, | 110 | }, |
115 | 111 | ||