Hakim El Hattab 12 лет назад
Родитель
Сommit
d182235f1f
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      js/reveal.js
  2. 1 1
      js/reveal.min.js

+ 2 - 2
js/reveal.js

@@ -1545,12 +1545,12 @@ var Reveal = (function(){
 
 
 		// Disregard the event if there's a focused element or a
 		// Disregard the event if there's a focused element or a
 		// keyboard modifier key is present
 		// keyboard modifier key is present
-		if ( hasFocus || event.shiftKey || event.altKey || event.ctrlKey || event.metaKey ) return;
+		if( hasFocus || event.shiftKey || event.altKey || event.ctrlKey || event.metaKey ) return;
 
 
 		var triggered = true;
 		var triggered = true;
 
 
 		// while paused only allow "unpausing" keyboard events (b and .)
 		// while paused only allow "unpausing" keyboard events (b and .)
-		if (isPaused() && [66,190,191].indexOf(event.keyCode) === -1 ) {
+		if( isPaused() && [66,190,191].indexOf( event.keyCode ) === -1 ) {
 			return false;
 			return false;
 		}
 		}
 
 

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
js/reveal.min.js


Некоторые файлы не были показаны из-за большого количества измененных файлов