diff options
author | Eric Guzman | 2012-02-13 10:30:26 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-13 10:30:26 -0800 |
commit | 672e6f61647b1b8a5f6f5831284fa44bcb7be883 (patch) | |
tree | 0c15656f1f82f194bfcab68634a88f68fd3d42cb /js/panels/properties/sections/three-d-view.reel/three-d-view.js | |
parent | 586c3f7bbea04e62638e5ed8cdce9933e88c0b67 (diff) | |
parent | e142611e22718b1f1d1696902ad9161ec5f33f98 (diff) | |
download | ninja-672e6f61647b1b8a5f6f5831284fa44bcb7be883.tar.gz |
Merge branch 'refs/heads/master' into PresetsPanel
Diffstat (limited to 'js/panels/properties/sections/three-d-view.reel/three-d-view.js')
-rw-r--r-- | js/panels/properties/sections/three-d-view.reel/three-d-view.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/panels/properties/sections/three-d-view.reel/three-d-view.js b/js/panels/properties/sections/three-d-view.reel/three-d-view.js index 96053490..0c4a9171 100644 --- a/js/panels/properties/sections/three-d-view.reel/three-d-view.js +++ b/js/panels/properties/sections/three-d-view.reel/three-d-view.js | |||
@@ -215,7 +215,8 @@ exports.ThreeD = Montage.create(Component, { | |||
215 | Object.defineBinding(this, "item", { | 215 | Object.defineBinding(this, "item", { |
216 | boundObject: this, | 216 | boundObject: this, |
217 | boundObjectPropertyPath: "application.ninja.selectedElements", | 217 | boundObjectPropertyPath: "application.ninja.selectedElements", |
218 | boundValueMutator: this._getSelectedItem | 218 | boundValueMutator: this._getSelectedItem, |
219 | oneway: true | ||
219 | }); | 220 | }); |
220 | } | 221 | } |
221 | }, | 222 | }, |