mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 02:24:51 +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 customEmojiCodeMap;
|
||||||
var signalsConnected = false;
|
var signalsConnected = false;
|
||||||
var _this;
|
var _this;
|
||||||
var startupTimeStamp = Date.now();
|
|
||||||
function startup() {
|
function startup() {
|
||||||
// make a map of just the utf codes to help with accesing
|
// make a map of just the utf codes to help with accesing
|
||||||
emojiCodeMap = emojiList.reduce(function (codeMap, currentEmojiInList, index) {
|
emojiCodeMap = emojiList.reduce(function (codeMap, currentEmojiInList, index) {
|
||||||
|
|
Loading…
Reference in a new issue