diff options
author | Jon Reid | 2012-02-24 13:04:13 -0800 |
---|---|---|
committer | Jon Reid | 2012-02-24 13:04:13 -0800 |
commit | c615e1d305424f16f64aca16cf38da760a5eec87 (patch) | |
tree | b0b73f3a0f5e0061744dbde42765dea87633afd8 /js/stage | |
parent | b6dbc1717c07bf817ae208939d88a9fabf603e59 (diff) | |
parent | 9dabdd11b7fc8a042e139457748547ffe2232468 (diff) | |
download | ninja-c615e1d305424f16f64aca16cf38da760a5eec87.tar.gz |
Merge remote-tracking branch 'ninja-jduran/Timeline' into Timeline-local
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 | ||