فهرست منبع

improvement on spaces and indentation

Alex Batista 9 سال پیش
والد
کامیت
b0d6e5578f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      js/reveal.js

+ 2 - 2
js/reveal.js

@@ -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();