Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsfy committed Jul 25, 2016
1 parent cd4b982 commit 787afaa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ Pastes the copied elements which has `id`. If `id` is not specified, it will hav
## Default Options
```javascript
var options = {
clipboardSize: 0, // Size of clipboard. 0 means unlimited. If size is exceeded, first added item in clipboard will be removed.
shortcuts: {
enabled: true, // Whether keyboard shortcuts are enabled
undoable: true // and if undoRedo extension exists
}
clipboardSize: 0
};
```

Expand Down

0 comments on commit 787afaa

Please sign in to comment.