[FUCK] remove note which makes no sense anymore
authorXavier Morel <xmo@openerp.com>
Thu, 26 Jul 2012 14:59:10 +0000 (16:59 +0200)
committerXavier Morel <xmo@openerp.com>
Thu, 26 Jul 2012 14:59:10 +0000 (16:59 +0200)
bzr revid: xmo@openerp.com-20120726145910-nn8vvu42n9634ycu

doc/widget.rst

index 0233238..ddfe525 100644 (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: