From 53936404d5c8ed7a6433e8e9f71c235d34b477b9 Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sun, 8 Mar 2015 09:28:56 +0100 Subject: rewrite peering flow; add peer id blocks --- gui.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui.js') diff --git a/gui.js b/gui.js index 75220b3..1f51405 100644 --- a/gui.js +++ b/gui.js @@ -245,6 +245,8 @@ IDE_Morph.prototype.init = function (isAutoFill) { // override inherited properites: this.color = this.backgroundColor; + + window.peers = []; }; IDE_Morph.prototype.openIn = function (world) { -- cgit v1.3.1