Fixed missing { in objj-analysis-tools.j

This commit is contained in:
Nicholas Small
2010-02-08 10:50:44 -05:00
parent 13f86b0cd4
commit ceecaa0184
+1 -1
View File
@@ -81,7 +81,7 @@ ObjectiveJRuntimeAnalyzer.prototype.load = function(path)
}
ObjectiveJRuntimeAnalyzer.prototype.finishLoading = function(path)
{
// run the "event loop"
this.require('browser/timeout').serviceTimeouts();
}