Update reveal.js

Removed toLowerCase call
This commit is contained in:
gruber76 2015-08-03 15:03:10 -06:00
parent b390e66c27
commit 0c2898d29f
1 changed files with 0 additions and 1 deletions

View File

@ -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, '' );
}