aboutsummaryrefslogtreecommitdiff
path: root/js/stage
diff options
context:
space:
mode:
authorAnanya Sen2012-02-24 12:05:16 -0800
committerAnanya Sen2012-02-24 12:05:16 -0800
commit85d59d57ea556b114c5cad9b2ec67ccc27119380 (patch)
treee859b98aa18c80b13d33872b65b7aa10b06eecdf /js/stage
parenta23455a887982d306d794b6afca497259cfa7f4a (diff)
downloadninja-85d59d57ea556b114c5cad9b2ec67ccc27119380.tar.gz
- added flag for timeline to identify new file flow
- added switchDocument event for timeline Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/stage')
-rwxr-xr-xjs/stage/stage-view.reel/stage-view.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/stage/stage-view.reel/stage-view.js b/js/stage/stage-view.reel/stage-view.js
index ab02661d..91047e51 100755
--- a/js/stage/stage-view.reel/stage-view.js
+++ b/js/stage/stage-view.reel/stage-view.js
@@ -146,6 +146,8 @@ exports.StageView = Montage.create(Component, {
146 // appDelegateModule.MyAppDelegate.onSetActiveDocument(); 146 // appDelegateModule.MyAppDelegate.onSetActiveDocument();
147 } 147 }
148 148
149 NJevent("switchDocument");
150
149 } 151 }
150 }, 152 },
151 153