remove pointless .call()
This commit is contained in:
parent
ead85fd475
commit
2bed5833ca
@ -52,7 +52,7 @@ var RevealMath = window.RevealMath || (function(){
|
||||
// IE
|
||||
script.onreadystatechange = function() {
|
||||
if ( this.readyState === 'loaded' ) {
|
||||
finish.call();
|
||||
finish();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user