aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage.reel/stage.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-30 11:30:17 -0700
committerValerio Virgillito2012-05-30 11:30:17 -0700
commit169df50391a35e9c7865033dd089a37324bcfa47 (patch)
tree03fb623d94053733f5e80eb0a91587f5781002e6 /js/stage/stage.reel/stage.html
parentecfdccc0a60b20f0ec7ab7ac91e8ea57dbc3aee3 (diff)
downloadninja-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/stage.html')
-rwxr-xr-xjs/stage/stage.reel/stage.html3
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