soulwire / sketch.js

Cross-Platform JavaScript Creative Coding Framework
MIT License
4.09k stars 431 forks source link

Remove webkitMovement deprecation warning #76

Closed dmnsgn closed 8 years ago

dmnsgn commented 8 years ago

Starting from Chrome 45, the following warnings appears in the console: 'webkitMovementX' is deprecated. Please use 'movementX' instead. 'webkitMovementY' is deprecated. Please use 'movementY' instead.

soulwire commented 8 years ago

:+1: