From c3c8ac7ff00f42aecaf91c7415bc1f70b3af5cd6 Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Tue, 12 Jan 2010 01:49:06 -0800 Subject: [PATCH] Fix for missing parenthesis causing syntax error. Reviewed by me. --- Objective-J/Runtime/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);