From eafee2f60265a89567cf56d9b9b5161f93fbe663 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Thu, 26 Jul 2012 16:59:10 +0200 Subject: [PATCH] [FUCK] remove note which makes no sense anymore bzr revid: xmo@openerp.com-20120726145910-nn8vvu42n9634ycu --- doc/widget.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/doc/widget.rst b/doc/widget.rst index 02332382ce9..ddfe525227d 100644 --- a/doc/widget.rst +++ b/doc/widget.rst @@ -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: