[FIX] doc typo

bzr revid: xmo@openerp.com-20120111162923-v1icuslj5jtcfme8
This commit is contained in:
Xavier Morel 2012-01-11 17:29:23 +01:00
parent a2895b719f
commit 88eb2db8f9
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ openerp.web.DataSet = openerp.web.Widget.extend( /** @lends openerp.web.DataSet
* @param {Number} [domain_index] index of a domain to evaluate in the args array
* @param {Number} [context_index] index of a context to evaluate in the args array
* @param {Function} callback
* @param {Function }error_callback
* @param {Function} error_callback
* @returns {$.Deferred}
*/
call_and_eval: function (method, args, domain_index, context_index, callback, error_callback) {