Kaynağa Gözat

rename embed > embedded to signal that it's a state and not an action

Hakim El Hattab 11 yıl önce
ebeveyn
işleme
81f762080b
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 2 2
      js/reveal.js
  2. 1 1
      js/reveal.min.js

+ 2 - 2
js/reveal.js

@@ -61,7 +61,7 @@ var Reveal = (function(){
 
 			// Flags if the presentation is running in an embedded mode,
 			// i.e. contained within a limited portion of the screen
-			embed: false,
+			embedded: false,
 
 			// Number of milliseconds between automatically proceeding to the
 			// next slide, disabled when set to 0, this value can be overwritten
@@ -2377,7 +2377,7 @@ var Reveal = (function(){
 
 				// If we're embedded, only block touch events if they have
 				// triggered an action
-				if( config.embed ) {
+				if( config.embedded ) {
 					if( touch.captured || isVerticalSlide( currentSlide ) ) {
 						event.preventDefault();
 					}

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
js/reveal.min.js


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor