repo: janusweb action: commit revision: path_from: revision_from: c82014ea848754f019b3b98a44b85c5fa91fab2a: path_to: revision_to:
commit c82014ea848754f019b3b98a44b85c5fa91fab2a Author: James BaicoianuDate: Sun Jan 22 00:36:57 2017 -0800 Changed chat arguments diff --git a/scripts/janusweb.js b/scripts/janusweb.js
--- a/scripts/janusweb.js
+++ b/scripts/janusweb.js
@@ -225,7 +225,7 @@ elation.require(['janusweb.config', 'engine.things.generic','janusweb.remoteplay
elation.events.add(this, 'room_disable', elation.bind(this, function(ev) { this.unsubscribe(ev.data.url); }));
}
if (this.showchat) {
- this.chat = elation.janusweb.chat({append: document.body, client: this.network, player: this.engine.client.player});
+ this.chat = elation.janusweb.chat({append: document.body, client: this.engine.client, network: this.network});
}
}
this.clear = function() {
-----END OF PAGE-----