expose text patcher to the window via APP

This commit is contained in:
ansuz 2016-05-12 10:46:17 +02:00
parent 1769ca16dc
commit 663c157e2a

View File

@ -18,7 +18,9 @@ define([
key = hash.substr(32); key = hash.substr(32);
} }
var module = window.APP = {}; var module = window.APP = {
TextPatcher: TextPatcher
};
var userName = module.userName = Crypto.rand64(8); var userName = module.userName = Crypto.rand64(8);