Ticket #3838 (closed bug: fixed)
Components should use this.widgetName on internal methods
| Reported by: | eduardo | Owned by: | eduardo |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | ui.core | Version: | 1.6rc4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
We should avoid the usage of "staticNames" on the internal methods of the components.
All instance has a this.widgetName that represents the current name of the component.
For instance: this.element.removeData("draggable")
should be
this.element.removeData(this.widgetName)
Change History
Note: See
TracTickets for help on using
tickets.

