Selaa lähdekoodia

remove pointless .call()

Hakim El Hattab 11 vuotta sitten
vanhempi
sitoutus
2bed5833ca
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      plugin/math/math.js

+ 1 - 1
plugin/math/math.js

@@ -52,7 +52,7 @@ var RevealMath = window.RevealMath || (function(){
 		// IE
 		script.onreadystatechange = function() {
 			if ( this.readyState === 'loaded' ) {
-				finish.call();
+				finish();
 			}
 		}