stabilize text-patcher.js into /common/TextPatcher.js

pull/1/head
ansuz 2016-04-12 12:46:49 +02:00
parent 2c34833d2c
commit 9805958ad7
2 changed files with 1 additions and 1 deletions

View File

@ -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) {