diff options
author | Kruti Shah | 2012-07-19 10:08:07 -0700 |
---|---|---|
committer | Kruti Shah | 2012-07-19 10:08:07 -0700 |
commit | 5741fbc0a2eb1a43017b76406056bc98cdf00297 (patch) | |
tree | c6b478666eab9e637039467d70e948e1e0e46882 /js/components/layout/document-bar.reel/document-bar.js | |
parent | 0b899ad6cec5e4626dfa32230be7c04d22d4f820 (diff) | |
parent | 142dc59794769ad783ab050b27b4f56ac5773afb (diff) | |
download | ninja-5741fbc0a2eb1a43017b76406056bc98cdf00297.tar.gz |
Merge branch 'refs/heads/TimelineUberJD' into Timeline-local-kruti
Diffstat (limited to 'js/components/layout/document-bar.reel/document-bar.js')
-rwxr-xr-x | js/components/layout/document-bar.reel/document-bar.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/components/layout/document-bar.reel/document-bar.js b/js/components/layout/document-bar.reel/document-bar.js index 248bc8c4..fa0c8788 100755 --- a/js/components/layout/document-bar.reel/document-bar.js +++ b/js/components/layout/document-bar.reel/document-bar.js | |||
@@ -203,5 +203,11 @@ exports.DocumentBar = Montage.create(Component, { | |||
203 | this.currentView = event._event.target.id; | 203 | this.currentView = event._event.target.id; |
204 | this.application.ninja.documentController.stage.stageView.switchDesignDocViews(event._event.target.id);//switch between design view | 204 | this.application.ninja.documentController.stage.stageView.switchDesignDocViews(event._event.target.id);//switch between design view |
205 | } | 205 | } |
206 | }, | ||
207 | |||
208 | handlePreviewAction: { | ||
209 | value: function(event) { | ||
210 | NJevent("executePreview"); | ||
211 | } | ||
206 | } | 212 | } |
207 | }); | 213 | }); |