remove pointless .call()
This commit is contained in:
parent
ead85fd475
commit
2bed5833ca
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ var RevealMath = window.RevealMath || (function(){
|
|||
// IE
|
||||
script.onreadystatechange = function() {
|
||||
if ( this.readyState === 'loaded' ) {
|
||||
finish.call();
|
||||
finish();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue