realtime input changes

pull/1/head
ansuz 9 years ago
parent fd99dba4a3
commit fefb904261

@ -16,7 +16,7 @@
*/ */
define([ define([
'/common/messages.js', '/common/messages.js',
'/common/Netflux.js', '/common/netflux.js',
'/common/crypto.js', '/common/crypto.js',
'/common/toolbar.js', '/common/toolbar.js',
'/common/sharejs_textarea.js', '/common/sharejs_textarea.js',
@ -74,8 +74,13 @@ define([
}; };
var start = module.exports.start = var start = module.exports.start =
function (textarea, websocketUrl, userName, channel, cryptKey, config) function (config)
{ {
var textarea = config.textarea;
var websocketUrl = config.websocketURL;
var userName = config.userName;
var channel = config.channel;
var cryptKey = config.cryptKey;
var passwd = 'y'; var passwd = 'y';

Loading…
Cancel
Save