Sortable: fix wrong patameter in toArray

This commit is contained in:
Chi Cheng 2008-08-26 12:29:55 +00:00
parent 3ac690bcde
commit fa14a0a83c

View File

@ -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 = [];