correct malformed json

This commit is contained in:
ansuz 2016-03-10 11:58:23 +01:00
parent 82b86879d2
commit fb0e82931d

View File

@ -33,7 +33,7 @@ define([
websocketURL: Config.websocketURL, websocketURL: Config.websocketURL,
userName: Crypto.rand64(8), userName: Crypto.rand64(8),
channel: key.channel, channel: key.channel,
key.cryptKey cryptKey: key.cryptKey
}; };
var rttext = RTText.start(config); var rttext = RTText.start(config);