Search and Top Navigation
#5228 closed bug (fixed)
Opened February 25, 2010 01:34AM UTC
Closed March 03, 2010 02:12AM UTC
$.inArray's parameter
| Reported by: | L_K_W | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8 | 
| Component: | ui.dialog | Version: | 1.7.2 | 
| Keywords: | inArray | Cc: | |
| Blocked by: | Blocking: | 
Description
ui.dialog.js line 579
this.instances.splice($.inArray(this.instances, $el), 1);
I think it should be $.inArray($el, this.instances).
Did i misunderstand it?
Attachments (0)
Change History (1)
Changed March 03, 2010 02:12AM UTC by comment:1
| milestone: | TBD → 1.8 | 
|---|---|
| resolution: | → fixed | 
| status: | new → closed | 
Fixed in r3866.