use textpatcher from bower for all pads

This commit is contained in:
ansuz
2016-05-13 17:32:56 +02:00
parent 0cd4f85ff0
commit ad3c53c344
9 changed files with 10 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ define([
'/api/config?cb=' + Math.random().toString(16).substring(2),
'/common/realtime-input.js',
'/common/crypto.js',
'/common/TextPatcher.js',
'/bower_components/textpatcher/TextPatcher.amd.js',
'/bower_components/jquery/dist/jquery.min.js'
], function (Config, Realtime, Crypto, TextPatcher) {
var $ = window.jQuery;