diff --git a/samples/simple/index.html b/samples/simple/index.html index 03763f3..49d3eed 100644 --- a/samples/simple/index.html +++ b/samples/simple/index.html @@ -54,7 +54,9 @@ 'flick', 'trackstart', 'track', - 'trackend' + 'trackend', + 'pinch', + 'rotate' ]; function appendOutput(inString) { var t = output.textContent;