diff options
author | Valerio Virgillito | 2012-05-30 11:30:17 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-30 11:30:17 -0700 |
commit | 169df50391a35e9c7865033dd089a37324bcfa47 (patch) | |
tree | 03fb623d94053733f5e80eb0a91587f5781002e6 /js/stage/stage.reel | |
parent | ecfdccc0a60b20f0ec7ab7ac91e8ea57dbc3aee3 (diff) | |
download | ninja-169df50391a35e9c7865033dd089a37324bcfa47.tar.gz |
remove current document binding from the stage deps
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/stage/stage.reel')
-rwxr-xr-x | js/stage/stage.reel/stage.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/stage/stage.reel/stage.html b/js/stage/stage.reel/stage.html index 1b5cec17..45667e06 100755 --- a/js/stage/stage.reel/stage.html +++ b/js/stage/stage.reel/stage.html | |||
@@ -22,9 +22,6 @@ | |||
22 | "prototype": "js/stage/stage-deps", | 22 | "prototype": "js/stage/stage-deps", |
23 | "properties": { | 23 | "properties": { |
24 | "stage": {"@": "owner"} | 24 | "stage": {"@": "owner"} |
25 | }, | ||
26 | "bindings": { | ||
27 | "currentDocument": {"<-": "@owner.currentDocument"} | ||
28 | } | 25 | } |
29 | }, | 26 | }, |
30 | 27 | ||