From 88eb2db8f93ee4770657bb36de67ffb10b3d9318 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Wed, 11 Jan 2012 17:29:23 +0100 Subject: [PATCH] [FIX] doc typo bzr revid: xmo@openerp.com-20120111162923-v1icuslj5jtcfme8 --- addons/web/static/src/js/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/web/static/src/js/data.js b/addons/web/static/src/js/data.js index 663e596..447b95d 100644 --- a/addons/web/static/src/js/data.js +++ b/addons/web/static/src/js/data.js @@ -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) { -- 1.7.10.4