Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
add copy sort doc
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfreaker committed Sep 12, 2015
1 parent eae8395 commit 34b6b76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,13 @@ copy: function (el, source) {
return el.className === 'you-may-copy-us';
}
```
#### `options.copySortSource`

If `copy` is set to `true` _(or a method that returns `true`)_ and `copySortSource` to true as well, item will be allowed to moved _(reordered)_ in same container.

```js
copy: true,
copySortSource: true

#### `options.revertOnSpill`

Expand Down

0 comments on commit 34b6b76

Please sign in to comment.