From 62c00bb7f5dee2e0a46ddb42009db45dc542be3e Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Mon, 10 Jan 2011 00:19:34 -0800 Subject: [PATCH] Fix for press removing all files. Reviewed by me. --- CommonJS/lib/cappuccino/objj-analysis-tools.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonJS/lib/cappuccino/objj-analysis-tools.j b/CommonJS/lib/cappuccino/objj-analysis-tools.j index f3c43371d..a5395bb63 100644 --- a/CommonJS/lib/cappuccino/objj-analysis-tools.j +++ b/CommonJS/lib/cappuccino/objj-analysis-tools.j @@ -83,7 +83,7 @@ ObjectiveJRuntimeAnalyzer.prototype.initializeGlobalRecorder = function() if (before && currentFile) { self.files[currentFile] = self.files[currentFile] || {}; - self.files[currentFile].globals = self.files[currentFile].global || {}; + self.files[currentFile].globals = self.files[currentFile].globals || {}; diff({ before : before,