diff options
author | Jonathan Duran | 2012-02-24 12:58:12 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-02-24 12:58:12 -0800 |
commit | 9dabdd11b7fc8a042e139457748547ffe2232468 (patch) | |
tree | cc8fbb488f1302cc20d61202fe5f80340cdc38b4 /js/stage | |
parent | 2b2bf67d1b7928e4e9d8dde5abf78618b9a1c9ce (diff) | |
download | ninja-9dabdd11b7fc8a042e139457748547ffe2232468.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>
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/stage')
-rwxr-xr-x | js/stage/stage-view.reel/stage-view.js | 2 |
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 dc9980f0..c6427317 100755 --- a/js/stage/stage-view.reel/stage-view.js +++ b/js/stage/stage-view.reel/stage-view.js | |||
@@ -149,6 +149,8 @@ exports.StageView = Montage.create(Component, { | |||
149 | // appDelegateModule.MyAppDelegate.onSetActiveDocument(); | 149 | // appDelegateModule.MyAppDelegate.onSetActiveDocument(); |
150 | } | 150 | } |
151 | 151 | ||
152 | NJevent("switchDocument"); | ||
153 | |||
152 | } | 154 | } |
153 | }, | 155 | }, |
154 | 156 | ||