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

Commit b0b2d9d

Browse files
committed
add pinch and rotate events to logger
1 parent f1c64f4 commit b0b2d9d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

samples/simple/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
'flick',
5555
'trackstart',
5656
'track',
57-
'trackend'
57+
'trackend',
58+
'pinch',
59+
'rotate'
5860
];
5961
function appendOutput(inString) {
6062
var t = output.textContent;

0 commit comments

Comments
 (0)