diff options
author | Pushkar Joshi | 2012-06-06 07:54:11 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-06-06 07:54:11 -0700 |
commit | cfa1402ac2ce831a83a9d4263d06c452c157a414 (patch) | |
tree | adb8f1f1ad1c4dd1e7e9eee1bd206f1ec338d20c /js/components/layout/tools-list.reel/tools-list.html | |
parent | 8606ee7ec851cb0a971e7556eba5d9386f1b3639 (diff) | |
parent | 5ba54dc275b07e7b2d0ed14751761d1e663d3d14 (diff) | |
download | ninja-cfa1402ac2ce831a83a9d4263d06c452c157a414.tar.gz |
Merge branch 'pentool' into brushtool
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 | ||