Explorar el Código

remove issue comment

Hakim El Hattab hace 8 años
padre
commit
693a370f06
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      js/reveal.js

+ 0 - 2
js/reveal.js

@@ -4297,8 +4297,6 @@
 			if( delta > 0 ) {
 				navigateNext();
 			}
-			// fix #1607: On MacBook trackpad, a `delta=0` mousewheel event
-			// will be triggered as soon as two fingers touch.
 			else if( delta < 0 ) {
 				navigatePrev();
 			}