diff options
author | Pushkar Joshi | 2012-06-04 10:37:29 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-06-04 10:37:29 -0700 |
commit | f1d75e5b29661abc4e173adc1f9de2e0cd91df83 (patch) | |
tree | 796931014054ad6b0647854183f632ffd72ed9ee /js/components/layout/tools-list.reel/tools-list.html | |
parent | 06b609df1ff7833592faddbd8d7abb5b9f15a74d (diff) | |
parent | c1ec69879028220b0c3f11ad6e24035bf527802c (diff) | |
download | ninja-f1d75e5b29661abc4e173adc1f9de2e0cd91df83.tar.gz |
Merge branch 'master' into pentool
Conflicts:
js/tools/PenTool.js
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 | ||