mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Sortable: fix wrong patameter in toArray
This commit is contained in:
parent
3ac690bcde
commit
fa14a0a83c
@ -77,7 +77,7 @@ $.widget("ui.sortable", $.extend({}, $.ui.mouse, {
|
||||
|
||||
},
|
||||
|
||||
toArray: function(attr) {
|
||||
toArray: function(o) {
|
||||
|
||||
var items = this._getItemsAsjQuery(o && o.connected);
|
||||
var ret = [];
|
||||
|
Loading…
Reference in New Issue
Block a user