mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-06 18:57:12 +00:00
Fix for press removing all files.
Reviewed by me.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user