[IMP] added doc

bzr revid: nicolas.vanhoren@openerp.com-20120628101100-27kqrho2ez2xudrm
This commit is contained in:
niv-openerp 2012-06-28 12:11:00 +02:00
parent 38072b256c
commit 06c9e2eb71
1 changed files with 3 additions and 1 deletions

View File

@ -1513,7 +1513,9 @@ instance.web.form.FormWidget = instance.web.Widget.extend(instance.web.form.Invi
this._super.apply(this, arguments);
},
/**
* Sets up blur/focus forwarding from DOM elements to a widget (`this`)
* Sets up blur/focus forwarding from DOM elements to a widget (`this`).
*
* This method is an utility method that is meant to be called by child classes.
*
* @param {jQuery} $e jQuery object of elements to bind focus/blur on
*/