[IMP] minor improvement to documentation

bzr revid: nicolas.vanhoren@openerp.com-20130305094626-o90y0s7c1odnj4n8
This commit is contained in:
niv-openerp 2013-03-05 10:46:26 +01:00
parent b46c9dae1b
commit e7f044f8fb
1 changed files with 3 additions and 3 deletions

View File

@ -697,10 +697,10 @@ instance.web.Widget = instance.web.Controller.extend({
* Method called after rendering. Mostly used to bind actions, perform asynchronous
* calls, etc...
*
* By convention, the method should return a promise to inform the caller when
* this widget has been initialized.
* By convention, this method should return an object that can be passed to $.when()
* to inform the caller when this widget has been initialized.
*
* @returns {jQuery.Deferred}
* @returns {jQuery.Deferred or any}
*/
start: function() {
return $.when();