From f183d2734059e2a5935491cd8a2430ba0691070a Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 28 Jul 2016 09:48:47 +0200 Subject: [PATCH] Fix some IDE warnings --- mail/js/app.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/js/app.js b/mail/js/app.js index fd45a74f64..fa55506e04 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -251,7 +251,7 @@ app.classes.mail = AppJS.extend( { textAreaWidget.ckeditor.on('instanceReady', function(){ that.compose_fieldExpander(); - if (egwIsMobile()) jQuery(jQuery('iframe.cke_wysiwyg_frame')[0].contentWindow.document.body).css({margin:'0'}) + if (egwIsMobile()) jQuery(jQuery('iframe.cke_wysiwyg_frame')[0].contentWindow.document.body).css({margin:'0'}); }); } else @@ -731,7 +731,7 @@ app.classes.mail = AppJS.extend( * {build_children, data_one, data, widget, line} * * @param {object} _dataElem includes data of the widget which need to be expand - * @param {object} widget container of relevant template, default is this.et2 + * @param {object} _et2 widget container of relevant template, default is this.et2 * * @return _dataElem content of widgets */ @@ -1559,6 +1559,7 @@ app.classes.mail = AppJS.extend( * mail_refreshMessageGrid, function to call to reread ofthe current folder * * @param {boolean} _isPopup + * @param {boolean} _refreshVacationNotice */ mail_refreshMessageGrid: function(_isPopup, _refreshVacationNotice) { if (typeof _isPopup == 'undefined') _isPopup = false;