fix playback controls in ie10

master
Hakim El Hattab 2013-10-13 16:00:19 -04:00
parent fbbffb6f23
commit f318928281
2 changed files with 2 additions and 4 deletions

View File

@ -2653,8 +2653,6 @@ var Reveal = (function(){
*/
function onPointerDown( event ) {
onUserInput( event );
if( event.pointerType === event.MSPOINTER_TYPE_TOUCH ) {
event.touches = [{ clientX: event.clientX, clientY: event.clientY }];
onTouchStart( event );

4
js/reveal.min.js vendored

File diff suppressed because one or more lines are too long