aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage-deps.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-16 11:23:12 -0700
committerValerio Virgillito2012-05-16 11:23:12 -0700
commit0ebb822b0535bf1bb100b3f3cb396c8b6d3383f1 (patch)
tree4171cda275fa5b632c2cdc33ee762128fd84be8f /js/stage/stage-deps.js
parentb2c8041058ab8d16ca49d70ed24ddd29e79f51d2 (diff)
downloadninja-0ebb822b0535bf1bb100b3f3cb396c8b6d3383f1.tar.gz
fixing some of the document bindings.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/stage/stage-deps.js')
-rwxr-xr-xjs/stage/stage-deps.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/stage/stage-deps.js b/js/stage/stage-deps.js
index 33ba2359..1825eb06 100755
--- a/js/stage/stage-deps.js
+++ b/js/stage/stage-deps.js
@@ -95,12 +95,6 @@ exports.StageDeps = Montage.create(Component, {
95 handleAppLoaded: { 95 handleAppLoaded: {
96 value: function() { 96 value: function() {
97 97
98 Object.defineBinding(this, "currentDocument", {
99 boundObject: this.application.ninja,
100 boundObjectPropertyPath: "currentDocument",
101 oneway: true
102 });
103
104 Object.defineBinding(this, "userContentLeft", { 98 Object.defineBinding(this, "userContentLeft", {
105 boundObject: this.stage, 99 boundObject: this.stage,
106 boundObjectPropertyPath: "_userContentLeft", 100 boundObjectPropertyPath: "_userContentLeft",