hammerjs / hammerjs.github.io

Website
https://hammerjs.github.io
71 stars 578 forks source link

Rotate typo in Codepen example #10

Open philipbulley opened 9 years ago

philipbulley commented 9 years ago

The RecognizeWith with Pinch and Rotate pen linked to from http://hammerjs.github.io/examples/ has a typo.

This

var rotate = new Hammer.Rotation();

should be

var rotate = new Hammer.Rotate();
mikemonteith commented 9 years ago

Typo can be fixed in recognize-with.md file (http://hammerjs.github.io/recognize-with/)

Only the owner of the jtangelder user on codepen.io user can fix the broken codepen example.