소스 검색

Update reveal.js

Removed toLowerCase call
gruber76 9 년 전
부모
커밋
0c2898d29f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      js/reveal.js

+ 0 - 1
js/reveal.js

@@ -3151,7 +3151,6 @@
 				// Attempt to create a named link based on the slide's ID
 				var id = currentSlide.getAttribute( 'id' );
 				if( id ) {
-					id = id.toLowerCase();
 					id = id.replace( /[^a-zA-Z0-9\-\_\:\.]/g, '' );
 				}