Browse Source

* jsdoc

pull/101/head
RubaXa 11 years ago
parent
commit
8210ad4fc8
  1. 2
      README.md

2
README.md

@ -67,7 +67,7 @@ new Sortable(el, {
Serializes the sortable's item data-id's into an array of string.
##### sort(order:`Array`)
##### sort(order:`String[]`)
Sorts the elements according to the array.
```js
var order = sortable.toArray();

Loading…
Cancel
Save