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
No related branches found
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.
Finish editing this message first!
Please register or to comment