Browse Source

* upd

pull/64/head
RubaXa 11 years ago
parent
commit
fb987b9ac8
  1. 4
      README.md

4
README.md

@ -70,8 +70,8 @@ Serializes the sortable's item data-id's into an array of string.
##### sort(order:`Array`)
Sorts the elements according to the array.
```js
var order = sortable.toArray();
sortable.sort(order.reverse()); // apply
var order = sortable.toArray();
sortable.sort(order.reverse()); // apply
```

Loading…
Cancel
Save