소스 검색

disableLayout comment tweak

Hakim El Hattab 6 년 전
부모
커밋
6dbc593280
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      js/reveal.js

+ 3 - 3
js/reveal.js

@@ -84,8 +84,8 @@
 			// Enable the slide overview mode
 			overview: true,
 
-			// Enable/disable user specified layouts (like css-grid)
-			// (basically prevents all the display & height/width calculations)
+			// Disables the default reveal.js slide layout so that you can use
+			// custom CSS layout
 			disableLayout: false,
 
 			// Vertical centering of slides
@@ -311,7 +311,7 @@
 			'F':					'Fullscreen',
 			'ESC, O':				'Slide overview'
 		},
-		
+
 		// Holds custom key code mappings
 		registeredKeyBindings = {};