go back to using diffDOM from bower
The latest version is required. You'll need to update.pull/1/head
parent
5d9ee650c5
commit
1c0074258c
|
@ -7,8 +7,8 @@ define([
|
|||
'/common/toolbar.js',
|
||||
'/common/cursor.js',
|
||||
'/common/json-ot.js',
|
||||
//'/bower_components/diff-dom/diffDOM.js',
|
||||
'/common/diffDOM.js',
|
||||
'/bower_components/diff-dom/diffDOM.js',
|
||||
//'/common/diffDOM.js',
|
||||
'/bower_components/jquery/dist/jquery.min.js',
|
||||
'/customize/pad.js'
|
||||
], function (Config, Messages, Crypto, realtimeInput, Convert, Toolbar, Cursor, JsonOT) {
|
||||
|
|
Loading…
Reference in New Issue