aboutsummaryrefslogtreecommitdiff
path: root/js/controllers/objects-controller.js
diff options
context:
space:
mode:
authorArmen Kesablyan2012-05-19 14:48:35 -0700
committerArmen Kesablyan2012-05-19 14:48:35 -0700
commit95bef3bbd77c6c3bd01b5222986f2dd35a7218b4 (patch)
tree6d3b32090a971220edfd5d126b05ee68797c86f8 /js/controllers/objects-controller.js
parent6c8f3525b839e82cf43df43700a0160ee2c5458f (diff)
downloadninja-95bef3bbd77c6c3bd01b5222986f2dd35a7218b4.tar.gz
Changes to binding view
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/controllers/objects-controller.js')
-rw-r--r--js/controllers/objects-controller.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/controllers/objects-controller.js b/js/controllers/objects-controller.js
index 70a3974c..543aa96f 100644
--- a/js/controllers/objects-controller.js
+++ b/js/controllers/objects-controller.js
@@ -16,12 +16,6 @@ var objectsController = exports.ObjectsController = Montage.create(Component, {
16 value: function() { 16 value: function() {
17 ///// Bind app's activeDocument property to 17 ///// Bind app's activeDocument property to
18 ///// objects controller's _activeDocument property 18 ///// objects controller's _activeDocument property
19
20 Object.defineBinding(this, "activeDocument", {
21 boundObject: this.application.ninja,
22 boundObjectPropertyPath: "currentDocument",
23 oneway: true
24 });
25 } 19 }
26 }, 20 },
27 21