Skip to content

Commit

Permalink
Adds note about polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Oct 28, 2016
1 parent 1c396a7 commit e236bab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ mouse and touch devices.

*UPDATE 2.0*: `move` events are now compatible with jQuery 3.x. In addition, the
underlying implementation is rewritten using vanilla DOM (where before it
was jQuery special events only) – jQuery is no longer a requirement.
was jQuery special events only) – jQuery is no longer a requirement. However,
if you do not have jQuery you will require a polyfill for Object.assign to
support older browsers. I can recommend <a href="https://github.com/cruncher/object.assign">Object.assign polyfill</a> :)

##Demo and docs

Expand Down

0 comments on commit e236bab

Please sign in to comment.