[FIX] doc typo
authorXavier Morel <xmo@openerp.com>
Wed, 11 Jan 2012 16:29:23 +0000 (17:29 +0100)
committerXavier Morel <xmo@openerp.com>
Wed, 11 Jan 2012 16:29:23 +0000 (17:29 +0100)
bzr revid: xmo@openerp.com-20120111162923-v1icuslj5jtcfme8

addons/web/static/src/js/data.js

index 663e596..447b95d 100644 (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) {