Search and Top Navigation
#7635 closed bug (notabug)
Opened August 14, 2011 11:42AM UTC
Closed August 14, 2011 01:20PM UTC
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.
Attachments (0)
Change History (1)
Changed August 14, 2011 01:20PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Using
this
is not bad, in fact we'll probably increase the use ofthis
overself
.