From 2bed5833ca87d7f127513acabee05971277e0f94 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 16 Aug 2013 09:30:22 -0400 Subject: [PATCH] remove pointless .call() --- plugin/math/math.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/math/math.js b/plugin/math/math.js index 104d0e5..4e3402e 100755 --- a/plugin/math/math.js +++ b/plugin/math/math.js @@ -52,7 +52,7 @@ var RevealMath = window.RevealMath || (function(){ // IE script.onreadystatechange = function() { if ( this.readyState === 'loaded' ) { - finish.call(); + finish(); } }