mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-26 16:04:41 +02:00
fix playback controls in ie10
This commit is contained in:
@@ -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
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user