diff options
author | Jose Antonio Marquez | 2012-05-16 11:37:25 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-16 11:37:25 -0700 |
commit | 78250b70bdf0089e2b8ac56fb77e2f76ab83f34c (patch) | |
tree | 90f47e970993b659c25ca1ab190f554655b57d32 /js/stage/stage-deps.js | |
parent | 5de553a1b3bdd8783ab6ce017ae70369ad92a890 (diff) | |
parent | 80f2b57b2126bbe90ce6ab3663ac04ffcc40a393 (diff) | |
download | ninja-78250b70bdf0089e2b8ac56fb77e2f76ab83f34c.tar.gz |
Merge branch 'refs/heads/Ninja-DOM-Architecture' into Document
Diffstat (limited to 'js/stage/stage-deps.js')
-rwxr-xr-x | js/stage/stage-deps.js | 6 |
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", |