diff --git a/Objective-J/Runtime/bootstrap.js b/Objective-J/Runtime/bootstrap.js index b39ddfde2..e7024f607 100644 --- a/Objective-J/Runtime/bootstrap.js +++ b/Objective-J/Runtime/bootstrap.js @@ -22,7 +22,7 @@ if (window.OBJJ_MAIN_FILE) { - var addOnload = function(handler + var addOnload = function(handler) { if (window.addEventListener) window.addEventListener("load", handler, false);