From 51e690bf028e13591fbc53dff0868759d7d08d2b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 19 Sep 2016 16:44:24 +0200 Subject: [PATCH] Fix an IDE warning --- mail/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/js/app.js b/mail/js/app.js index e5c696643b..221cb4afaa 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -5022,7 +5022,8 @@ app.classes.mail = AppJS.extend( * and takes care of mail integration modules to popup entry selection * dialog to give user a choice to which entry of selected app the compose * should be integereated. - * + * @param {int|boolean} _integIndex + * * @returns {Boolean} return true if to_tracker is checked otherwise false */ compose_integrate_submit: function (_integIndex)