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/controllers/objects-controller.js | |
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/controllers/objects-controller.js')
-rw-r--r-- | js/controllers/objects-controller.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/controllers/objects-controller.js b/js/controllers/objects-controller.js index 93f78efc..f700c03c 100644 --- a/js/controllers/objects-controller.js +++ b/js/controllers/objects-controller.js | |||
@@ -45,11 +45,11 @@ var objectsController = exports.ObjectsController = Montage.create(Component, { | |||
45 | this._isBoundToModelObjects = true; | 45 | this._isBoundToModelObjects = true; |
46 | } | 46 | } |
47 | 47 | ||
48 | Object.defineBinding(this, 'objects', { | 48 | // Object.defineBinding(this, 'objects', { |
49 | boundObject: this.currentDocument.model, | 49 | // boundObject: this.currentDocument.model, |
50 | boundObjectPropertyPath: 'objects', | 50 | // boundObjectPropertyPath: 'mObjects', |
51 | oneway: false | 51 | // oneway: false |
52 | }); | 52 | // }); |
53 | } | 53 | } |
54 | }, | 54 | }, |
55 | 55 | ||