Explorar o código

remove pointless .call()

Hakim El Hattab %!s(int64=10) %!d(string=hai) anos
pai
achega
2bed5833ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 			}
 		}