소스 검색

code format

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

+ 1 - 1
js/reveal.js

@@ -4055,7 +4055,7 @@
 		// focus the document.body to ensure we can use keyboard shortcuts
 		if( isHidden === false && document.activeElement !== document.body ) {
 			// Not all elements support .blur() - SVGs among them.
-			if (typeof document.activeElement.blur === 'function') {
+			if( typeof document.activeElement.blur === 'function' ) {
 				document.activeElement.blur();
 			}
 			document.body.focus();