expose text patcher to the window via APP

pull/1/head
ansuz 2016-05-12 10:46:17 +02:00
parent 1769ca16dc
commit 663c157e2a
1 changed files with 3 additions and 1 deletions

View File

@ -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);