summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-03-08 09:52:49 +0100
committerGubolin <gubolin@fantasymail.de>2015-03-08 09:52:49 +0100
commit808076ff0f36d87a514a56de747f0c937624e75d (patch)
treee61fc54710bdaddecc2c82389ebde9088a627f91 /gui.js
parent3db303417ecb4d7200f65be05204acdf2d77aa7c (diff)
parentda6c1a37a3f760ec787299f5a7f2bbf1a149acf5 (diff)
downloadsnap-808076ff0f36d87a514a56de747f0c937624e75d.tar.gz
snap-808076ff0f36d87a514a56de747f0c937624e75d.zip
Merge branch p2p into development
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) {