Remove TextPatcher and begin to include ChainPad directly using requirejs instead of sniffing off the window
This commit is contained in:
@@ -26,9 +26,9 @@ define([
|
||||
Messages,
|
||||
Util,
|
||||
Thumb,
|
||||
AppConfig)
|
||||
AppConfig,
|
||||
ChainPad)
|
||||
{
|
||||
var ChainPad = window.ChainPad;
|
||||
var SaveAs = window.saveAs;
|
||||
|
||||
var UNINITIALIZED = 'UNINITIALIZED';
|
||||
|
||||
Reference in New Issue
Block a user