Skip to content
Snippets Groups Projects
Commit 2bed5833 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

remove pointless .call()

parent ead85fd4
Branches
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ var RevealMath = window.RevealMath || (function(){
// IE
script.onreadystatechange = function() {
if ( this.readyState === 'loaded' ) {
finish.call();
finish();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment