Fix lack of documentation

This commit is contained in:
Hadi Nategh 2014-07-03 14:03:59 +00:00
parent eeb375de39
commit 2681b2cee2

View File

@ -1248,8 +1248,9 @@ app.classes.mail = AppJS.extend(
/** /**
* call Delete mails * call Delete mails
* takes in all arguments * takes in all arguments
* @param _action * @param {object} _action
* @param _elems * @param {array} _elems
* @param {boolean} _allMessagesChecked
*/ */
mail_callDelete: function(_action,_elems,_allMessagesChecked) mail_callDelete: function(_action,_elems,_allMessagesChecked)
{ {