remove TextPatcher from RealtimeTextSocket
This commit is contained in:
parent
86bbc15017
commit
4f426651ad
@ -18,10 +18,9 @@ define([
|
||||
'/common/messages.js',
|
||||
'/bower_components/reconnectingWebsocket/reconnecting-websocket.js',
|
||||
'/common/crypto.js',
|
||||
'/common/TextPatcher.js',
|
||||
'/common/chainpad.js',
|
||||
'/bower_components/jquery/dist/jquery.min.js',
|
||||
], function (Messages, ReconnectingWebSocket, Crypto, TextPatcher) {
|
||||
], function (Messages, ReconnectingWebSocket, Crypto) {
|
||||
var $ = window.jQuery;
|
||||
var ChainPad = window.ChainPad;
|
||||
var PARANOIA = true;
|
||||
@ -262,11 +261,6 @@ define([
|
||||
} // it's working as expected, continue
|
||||
}, 200);
|
||||
|
||||
toReturn.patchText = TextPatcher.create({
|
||||
realtime: realtime,
|
||||
logging: true
|
||||
});
|
||||
|
||||
realtime.start();
|
||||
debug('started');
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user