expose text patcher to the window via APP

pull/1/head
ansuz 9 years ago
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…
Cancel
Save