update code style to match after merge
This commit is contained in:
parent
033f3ab169
commit
aa9e298f3d
2 changed files with 4 additions and 4 deletions
|
@ -1231,7 +1231,7 @@ var Reveal = (function(){
|
|||
}
|
||||
|
||||
// Dispatch an event if the slide changed
|
||||
var slideChanged = (indexh !== indexhBefore || indexv !== indexvBefore);
|
||||
var slideChanged = ( indexh !== indexhBefore || indexv !== indexvBefore );
|
||||
if( slideChanged ) {
|
||||
dispatchEvent( 'slidechanged', {
|
||||
'indexh': indexh,
|
||||
|
@ -1269,7 +1269,7 @@ var Reveal = (function(){
|
|||
}
|
||||
|
||||
// Handle embedded content
|
||||
if (slideChanged) {
|
||||
if( slideChanged ) {
|
||||
stopEmbeddedContent( previousSlide );
|
||||
startEmbeddedContent( currentSlide );
|
||||
}
|
||||
|
|
4
js/reveal.min.js
vendored
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue