Browse Source

fix playback controls in ie10

Hakim El Hattab 11 years ago
parent
commit
f318928281
2 changed files with 1 additions and 3 deletions
  1. 0 2
      js/reveal.js
  2. 1 1
      js/reveal.min.js

+ 0 - 2
js/reveal.js

@@ -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 );

File diff suppressed because it is too large
+ 1 - 1
js/reveal.min.js


Some files were not shown because too many files changed in this diff