Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Oct 28, 2016
1 parent 23557f4 commit 1c396a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ was jQuery special events only) – jQuery is no longer a requirement.
<dd>Fired following mouseup or touchend, after the last move event, and in the case of touch events when the finger that started the move has been lifted.</dd>
</dl>

## Usage

Move event objects are augmented with the properties:

<dl>
Expand All @@ -42,6 +40,7 @@ Move event objects are augmented with the properties:
<dd>Velocity in pixels/ms, averaged over the last few events.</dd>
</dl>

## Usage

Use them in the same way as you bind to any other DOM event:

Expand Down

0 comments on commit 1c396a7

Please sign in to comment.