Opened 10 years ago
Closed 10 years ago
#5228 closed bug (fixed)
$.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?
Change History (1)
comment:1 Changed 10 years ago by
Milestone: | TBD → 1.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r3866.