Opened 16 years ago
Closed 16 years ago
#2294 closed bug (fixed)
sortable is missing args declaration
Reported by: | rworth | Owned by: | paul |
---|---|---|---|
Priority: | undecided | Milestone: | 1.2.3 |
Component: | ui | Version: | 1.2.2 |
Keywords: | sortable | Cc: | |
Blocked by: | Blocking: |
Description
the sortable constructor is missing the following line:
var args = Array.prototype.slice.call(arguments, 1);
Note: See
TracTickets for help on using
tickets.