Browse Source

remove pointless .call()

embed
Hakim El Hattab 11 years ago
parent
commit
2bed5833ca
  1. 2
      plugin/math/math.js

2
plugin/math/math.js

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

Loading…
Cancel
Save