Skip to content

Commit

Permalink
CHANGELOG.md: add preventDefault change
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Dec 13, 2014
1 parent 2bfcb5f commit 40f9b79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ All drop-related events are [now plain
objects](https://github.com/taye/interact.js/issues/122). The related drag
events are referenced in their `dragEvent` property.

### Interactable.preventDefault('always' || 'never' || 'auto')

The method takes one of the above string values. It will still accept
`true`/`false` parameters which are changed to `'always'`/`'never'`.

## 1.1.3

### Better Events
Expand Down

0 comments on commit 40f9b79

Please sign in to comment.