diff options
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 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 | ||