Remove TextPatcher and begin to include ChainPad directly using requirejs instead of sniffing off the window
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
define([
|
||||
'jquery',
|
||||
'/bower_components/chainpad/chainpad.dist.js',
|
||||
], function ($) {
|
||||
var ChainPad = window.ChainPad;
|
||||
], function ($, ChainPad) {
|
||||
var History = {};
|
||||
|
||||
var getStates = function (rt) {
|
||||
|
||||
Reference in New Issue
Block a user