Pārlūkot izejas kodu

remove pointless .call()

Hakim El Hattab 10 gadi atpakaļ
vecāks
revīzija
2bed5833ca
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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();
 			}
 		}