1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-10 16:47:28 +02:00

improvement on spaces and indentation

This commit is contained in:
Alex Batista
2015-09-29 15:18:17 -03:00
parent bcfd0aae3c
commit b0d6e5578f

View File

@@ -150,7 +150,6 @@
// Flags if video background is loaded
loadeddataVideo = false,
// The horizontal and vertical index of the currently active slide
indexh,
indexv,
@@ -2481,8 +2480,9 @@
currentVideo.currentTime = 0;
currentVideo.play();
loadeddataVideo = true;
this.removeEventListener("loadeddata",function(){return false});
this.removeEventListener("loadeddata",function(){return false});
});
if(loadeddataVideo === true){
currentVideo.currentTime = 0;
currentVideo.play();