Opened 11 years ago
Closed 11 years ago
#7635 closed bug (notabug)
Late defining self
Reported by: | pcmanik9 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.15 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Defining var self = this, should be moved from line 83 to line 76 to avoid using this instead self.
Note: See
TracTickets for help on using
tickets.
Using
this
is not bad, in fact we'll probably increase the use ofthis
overself
.