From ceecaa0184a022a6403dff139e0171e42f52e2c8 Mon Sep 17 00:00:00 2001 From: Nicholas Small Date: Mon, 8 Feb 2010 10:50:44 -0500 Subject: [PATCH] Fixed missing { in objj-analysis-tools.j --- Tools/press/objj-analysis-tools.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/press/objj-analysis-tools.j b/Tools/press/objj-analysis-tools.j index 5caf9b9c2..18a42d72f 100644 --- a/Tools/press/objj-analysis-tools.j +++ b/Tools/press/objj-analysis-tools.j @@ -81,7 +81,7 @@ ObjectiveJRuntimeAnalyzer.prototype.load = function(path) } ObjectiveJRuntimeAnalyzer.prototype.finishLoading = function(path) - +{ // run the "event loop" this.require('browser/timeout').serviceTimeouts(); }