Fix for press removing all files.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2011-01-10 00:19:34 -08:00
parent 12f0d2a867
commit 62c00bb7f5
@@ -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,