summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui.js b/gui.js
index 9972527..8cd3aaa 100644
--- a/gui.js
+++ b/gui.js
@@ -262,6 +262,8 @@ IDE_Morph.prototype.init = function (isAutoFill) {
// override inherited properites:
this.color = this.backgroundColor;
+
+ window.peers = [];
};
IDE_Morph.prototype.openIn = function (world) {