From 9805958ad76637f8240acae8c48bdbf2c3fd2574 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 12 Apr 2016 12:46:49 +0200 Subject: [PATCH] stabilize text-patcher.js into /common/TextPatcher.js --- www/_socket/realtime-input.js | 2 +- www/{_socket/text-patcher.js => common/TextPatcher.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename www/{_socket/text-patcher.js => common/TextPatcher.js} (100%) diff --git a/www/_socket/realtime-input.js b/www/_socket/realtime-input.js index a8d02e0b5..d9f2970e8 100644 --- a/www/_socket/realtime-input.js +++ b/www/_socket/realtime-input.js @@ -19,7 +19,7 @@ define([ '/bower_components/reconnectingWebsocket/reconnecting-websocket.js', '/common/crypto.js', '/_socket/toolbar.js', - '/_socket/text-patcher.js', + '/common/TextPatcher.js', '/common/chainpad.js', '/bower_components/jquery/dist/jquery.min.js', ], function (Messages,/*FIXME*/ ReconnectingWebSocket, Crypto, Toolbar, TextPatcher) { diff --git a/www/_socket/text-patcher.js b/www/common/TextPatcher.js similarity index 100% rename from www/_socket/text-patcher.js rename to www/common/TextPatcher.js