aboutsummaryrefslogtreecommitdiff
path: root/plugin/math
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-08-16 09:30:22 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-08-16 09:30:22 -0400
commit2bed5833ca87d7f127513acabee05971277e0f94 (patch)
tree757f7fc5cd5acb8da8d12fcf5e98bb0151689a0d /plugin/math
parentead85fd4757f7677a4712ec7140df624888ead80 (diff)
downloadfreenode-live-2017-presentation-2bed5833ca87d7f127513acabee05971277e0f94.tar
freenode-live-2017-presentation-2bed5833ca87d7f127513acabee05971277e0f94.tar.gz
remove pointless .call()
Diffstat (limited to 'plugin/math')
-rwxr-xr-xplugin/math/math.js2
1 files changed, 1 insertions, 1 deletions
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();
}
}