fix issue with navigateTo and fragments (closes #290)

This commit is contained in:
Hakim El Hattab 2013-01-14 09:29:02 -05:00
parent e46855096c
commit feaced800c
2 changed files with 2 additions and 2 deletions

View File

@ -846,7 +846,7 @@ var Reveal = (function(){
// Show fragment, if specified
if( ( indexh !== indexhBefore || indexv !== indexvBefore ) && f ) {
if( typeof f !== 'undefined' ) {
var fragments = currentSlide.querySelectorAll( '.fragment' );
toArray( fragments ).forEach( function( fragment, indexf ) {

2
js/reveal.min.js vendored

File diff suppressed because one or more lines are too long