From 2681b2cee25d08f56136cb3e3eb6b208e9218aab Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 3 Jul 2014 14:03:59 +0000 Subject: [PATCH] Fix lack of documentation --- 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 ed27c01eb2..44edc6e153 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -1248,8 +1248,9 @@ app.classes.mail = AppJS.extend( /** * call Delete mails * takes in all arguments - * @param _action - * @param _elems + * @param {object} _action + * @param {array} _elems + * @param {boolean} _allMessagesChecked */ mail_callDelete: function(_action,_elems,_allMessagesChecked) {