aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/document-bar.reel/document-bar.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/layout/document-bar.reel/document-bar.js')
-rwxr-xr-xjs/components/layout/document-bar.reel/document-bar.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/js/components/layout/document-bar.reel/document-bar.js b/js/components/layout/document-bar.reel/document-bar.js
index dbb4fcad..a9c98507 100755
--- a/js/components/layout/document-bar.reel/document-bar.js
+++ b/js/components/layout/document-bar.reel/document-bar.js
@@ -205,9 +205,15 @@ exports.DocumentBar = Montage.create(Component, {
205 this.btnCode.removeAttribute('class'); 205 this.btnCode.removeAttribute('class');
206 } 206 }
207 } 207 }
208 },
209
210 handlePreviewAction: {
211 value: function(event) {
212 NJevent("executePreview");
213 }
208 } 214 }
209 //////////////////////////////////////////////////////////////////// 215 ////////////////////////////////////////////////////////////////////
210 //////////////////////////////////////////////////////////////////// 216 ////////////////////////////////////////////////////////////////////
211}); 217});
212//////////////////////////////////////////////////////////////////////// 218////////////////////////////////////////////////////////////////////////
213//////////////////////////////////////////////////////////////////////// \ No newline at end of file 219////////////////////////////////////////////////////////////////////////