diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-08 10:01:11 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-08 10:01:11 +0100 |
| commit | 0b9b31b84c1070e51d4d3e257db5ccb1e63db683 (patch) | |
| tree | 5d15dda7804c76f28ceacb285241163b83dba284 /gui.js | |
| parent | 6769c91b58751b15ca45528ef0afbbc23a7525d2 (diff) | |
| parent | da6c1a37a3f760ec787299f5a7f2bbf1a149acf5 (diff) | |
| download | snap-yow-0b9b31b84c1070e51d4d3e257db5ccb1e63db683.tar.gz snap-yow-0b9b31b84c1070e51d4d3e257db5ccb1e63db683.zip | |
Merge remote branch "p2p"
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |
