Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
add pinch and rotate events to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Dec 10, 2013
1 parent f1c64f4 commit b0b2d9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/simple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
'flick',
'trackstart',
'track',
'trackend'
'trackend',
'pinch',
'rotate'
];
function appendOutput(inString) {
var t = output.textContent;
Expand Down

0 comments on commit b0b2d9d

Please sign in to comment.