projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
510839a
)
Fix jshint test
author
Rick Lupton
<r.lupton@gmail.com>
Sun, 16 Jun 2013 21:25:37 +0000
(22:25 +0100)
committer
Rick Lupton
<r.lupton@gmail.com>
Sun, 16 Jun 2013 21:25:37 +0000
(22:25 +0100)
js/reveal.js
patch
|
blob
|
history
diff --git
a/js/reveal.js
b/js/reveal.js
index 51b84ea6a055262da29627dc77c48403c0501e48..132237a51c49f698d2f64f774774914d9d4ee2e3 100644
(file)
--- a/
js/reveal.js
+++ b/
js/reveal.js
@@
-1758,8
+1758,8
@@
var Reveal = (function(){
var previousSlide = document.querySelector( HORIZONTAL_SLIDES_SELECTOR + '.past:nth-child(' + indexh + ')' );
if( previousSlide ) {
- var v = ( previousSlide.querySelectorAll( 'section' ).length - 1 ) || undefined
,
-
h = indexh - 1;
+ var v = ( previousSlide.querySelectorAll( 'section' ).length - 1 ) || undefined
;
+
var
h = indexh - 1;
slide( h, v );
}
}