diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-03-08 09:28:56 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-03-08 09:28:56 +0100 |
| commit | 53936404d5c8ed7a6433e8e9f71c235d34b477b9 (patch) | |
| tree | 6038c09e012d436eb8b9a1cd2e5df0a0c23afee7 /gui.js | |
| parent | b83d4d83bf521b34b878662c7f145cc9286f096a (diff) | |
| download | snap-53936404d5c8ed7a6433e8e9f71c235d34b477b9.tar.gz snap-53936404d5c8ed7a6433e8e9f71c235d34b477b9.zip | |
rewrite peering flow; add peer id blocks
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |
