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

@@ -3,7 +3,7 @@ define([
'/bower_components/jquery/dist/jquery.min.js',
'/common/hyperjson.js', // serializing classes as an attribute
'/common/hyperscript.js', // using setAttribute
'/common/TextPatcher.js',
'/bower_components/textpatcher/TextPatcher.amd.js',
'json.sortify',
], function (jQuery, Hyperjson, Hyperscript, TextPatcher, Sortify) {
var $ = window.jQuery;