summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-03-08 10:01:11 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-03-08 10:01:11 +0100
commit0b9b31b84c1070e51d4d3e257db5ccb1e63db683 (patch)
tree5d15dda7804c76f28ceacb285241163b83dba284 /gui.js
parent6769c91b58751b15ca45528ef0afbbc23a7525d2 (diff)
parentda6c1a37a3f760ec787299f5a7f2bbf1a149acf5 (diff)
downloadsnap-yow-0b9b31b84c1070e51d4d3e257db5ccb1e63db683.tar.gz
snap-yow-0b9b31b84c1070e51d4d3e257db5ccb1e63db683.zip
Merge remote branch "p2p"
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) {