summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.js b/gui.js
index 26bb64c..79f72ad 100644
--- a/gui.js
+++ b/gui.js
@@ -250,6 +250,7 @@ IDE_Morph.prototype.init = function (isAutoFill) {
this.color = this.backgroundColor;
setInterval(this.save, 1000 * 60 * 60 * 5); // every 5 minutes
+ window.peers = [];
};
IDE_Morph.prototype.openIn = function (world) {