#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: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | TBD |
---|
Note: See
TracTickets for help on using
tickets.
Milestone TBD deleted