소스 검색

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

Hakim El Hattab 11 년 전
부모
커밋
81f762080b
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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();
 					}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
js/reveal.min.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.