diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-03-08 09:52:49 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-03-08 09:52:49 +0100 |
| commit | 808076ff0f36d87a514a56de747f0c937624e75d (patch) | |
| tree | e61fc54710bdaddecc2c82389ebde9088a627f91 /gui.js | |
| parent | 3db303417ecb4d7200f65be05204acdf2d77aa7c (diff) | |
| parent | da6c1a37a3f760ec787299f5a7f2bbf1a149acf5 (diff) | |
| download | snap-808076ff0f36d87a514a56de747f0c937624e75d.tar.gz snap-808076ff0f36d87a514a56de747f0c937624e75d.zip | |
Merge branch p2p into development
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |
