expose text patcher to the window via APP
parent
1769ca16dc
commit
663c157e2a
|
@ -18,7 +18,9 @@ define([
|
|||
key = hash.substr(32);
|
||||
}
|
||||
|
||||
var module = window.APP = {};
|
||||
var module = window.APP = {
|
||||
TextPatcher: TextPatcher
|
||||
};
|
||||
|
||||
var userName = module.userName = Crypto.rand64(8);
|
||||
|
||||
|
|
Loading…
Reference in New Issue