limit scope of mathjax rerender #531

This commit is contained in:
Hakim El Hattab 2013-08-12 09:27:23 -04:00
parent a6af097051
commit 9984cb1f21
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
}); });
Reveal.addEventListener( 'slidechanged', function( event ) { Reveal.addEventListener( 'slidechanged', function( event ) {
MathJax.Hub.Rerender(); MathJax.Hub.Update( event.currentSlide );
} ); } );
} }