diff options
author | Nivesh Rajbhandari | 2012-05-17 11:10:15 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-05-17 11:10:15 -0700 |
commit | 3d36ca3feb7a2cabd7d64335b2417637bd9aa906 (patch) | |
tree | b89119d747de0c7333a8cbde4a7689c5fb102d5c /js/panels/properties.reel/sections | |
parent | 2ba4a6fab3b81b537521760ee5f95f1bc80027f9 (diff) | |
parent | 0e8ca026098e7abfaeb642643a21977490782922 (diff) | |
download | ninja-3d36ca3feb7a2cabd7d64335b2417637bd9aa906.tar.gz |
Merge branch 'refs/heads/dom-architecture-master' into Dom-Architecture
Diffstat (limited to 'js/panels/properties.reel/sections')
-rwxr-xr-x | js/panels/properties.reel/sections/custom.reel/custom.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/panels/properties.reel/sections/custom.reel/custom.js b/js/panels/properties.reel/sections/custom.reel/custom.js index 3ab32888..49b4414e 100755 --- a/js/panels/properties.reel/sections/custom.reel/custom.js +++ b/js/panels/properties.reel/sections/custom.reel/custom.js | |||
@@ -262,10 +262,10 @@ exports.CustomSection = Montage.create(Component, { | |||
262 | if(aField.enabled.boundObject) { | 262 | if(aField.enabled.boundObject) { |
263 | // TODO - For now, always bind to this.controls[someProperty] | 263 | // TODO - For now, always bind to this.controls[someProperty] |
264 | Object.defineBinding(obj, "enabled", { | 264 | Object.defineBinding(obj, "enabled", { |
265 | boundObject: this.controls, | 265 | boundObject: this.controls, |
266 | boundObjectPropertyPath: aField.enabled.boundProperty, | 266 | boundObjectPropertyPath: aField.enabled.boundProperty, |
267 | oneway: false | 267 | oneway: false |
268 | }); | 268 | }); |
269 | } else { | 269 | } else { |
270 | obj.enabled = aField.enabled; | 270 | obj.enabled = aField.enabled; |
271 | } | 271 | } |