Bug in Sortables( 1.6b ) in function toArray

Bug in Sortables( 1.6b ) in function toArray


Hello,
when I use "$('#id').sortable( "toArray" );" i get this error in line 82:
o is not defined
var items = this.getItemsAsjQuery(o && o.connected);
I took a look at the function and there is a bug. It expected
parameter "o", but it gets "attr".
Hope this helps,
Stefan Sturm