Remove unused argument from onload handler
This commit is contained in:
parent
c1f2075e67
commit
7abaef2422
File diff suppressed because one or more lines are too long
|
@ -1940,7 +1940,7 @@ MathJax.Hub.Startup = {
|
|||
//
|
||||
// Setup the onload callback
|
||||
//
|
||||
onLoad: function (when) {
|
||||
onLoad: function () {
|
||||
var onload = this.onload =
|
||||
MathJax.Callback(function () {MathJax.Hub.Startup.signal.Post("onLoad")});
|
||||
if (document.body && document.readyState && document.readyState !== "loading") {return [onload]}
|
||||
|
|
Loading…
Reference in New Issue
Block a user