diff options
author | Armen Kesablyan | 2012-06-21 15:46:26 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-21 15:46:26 -0700 |
commit | 4565558afff6fb07db3b5165042e028f467ac41b (patch) | |
tree | f1f0b76d4906c0f88afc1dabf3b807ef97039046 /js/controllers | |
parent | d9f9a65226dfe26500e82061cc38a7dda302f720 (diff) | |
download | ninja-4565558afff6fb07db3b5165042e028f467ac41b.tar.gz |
Binding View :Requested Changes for Pull Request
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/controllers')
-rw-r--r-- | js/controllers/objects-controller.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/controllers/objects-controller.js b/js/controllers/objects-controller.js index 54ff14ba..3e35ef5f 100644 --- a/js/controllers/objects-controller.js +++ b/js/controllers/objects-controller.js | |||
@@ -47,12 +47,6 @@ var objectsController = exports.ObjectsController = Montage.create(Montage, { | |||
47 | Object.deleteBinding(this, 'objects'); | 47 | Object.deleteBinding(this, 'objects'); |
48 | this._isBoundToModelObjects = true; | 48 | this._isBoundToModelObjects = true; |
49 | } | 49 | } |
50 | |||
51 | // Object.defineBinding(this, 'objects', { | ||
52 | // boundObject: this.currentDocument.model, | ||
53 | // boundObjectPropertyPath: 'mObjects', | ||
54 | // oneway: false | ||
55 | // }); | ||
56 | } | 50 | } |
57 | }, | 51 | }, |
58 | 52 | ||