mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 14:34:02 +02:00
removed startup time var
This commit is contained in:
parent
1576a29916
commit
1d8bbc3529
1 changed files with 0 additions and 1 deletions
|
@ -406,7 +406,6 @@ var emojiCodeMap;
|
|||
var customEmojiCodeMap;
|
||||
var signalsConnected = false;
|
||||
var _this;
|
||||
var startupTimeStamp = Date.now();
|
||||
function startup() {
|
||||
// make a map of just the utf codes to help with accesing
|
||||
emojiCodeMap = emojiList.reduce(function (codeMap, currentEmojiInList, index) {
|
||||
|
|
Loading…
Reference in a new issue