[FUCK] remove note which makes no sense anymore

bzr revid: xmo@openerp.com-20120726145910-nn8vvu42n9634ycu
This commit is contained in:
Xavier Morel 2012-07-26 16:59:10 +02:00
parent 7285d43408
commit eafee2f602
1 changed files with 3 additions and 9 deletions

View File

@ -39,15 +39,9 @@ DOM Root
A :js:class:`~openerp.web.Widget` is responsible for a section of the
page materialized by the DOM root of the widget. The DOM root is
available via the :js:attr:`~openerp.web.Widget.el` and
:js:attr:`~openerp.web.Widget.$element` attributes, which are respectively
the raw DOM Element and the jQuery wrapper around the DOM element.
.. note::
both attributes are compatible with Backbone's equivalent, there
is also the :js:attr:`~openerp.web.Widget.$element` attribute
which aliases to :js:attr:`~openerp.web.Widget.$element` and remains
for backwards compatiblity reasons.
:js:attr:`~openerp.web.Widget.$element` attributes, which are
respectively the raw DOM Element and the jQuery wrapper around the DOM
element.
There are two main ways to define and generate this DOM root: