mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 08:21:58 +02:00
lowecase object
This commit is contained in:
parent
3f2d2996a0
commit
c73ea11b37
1 changed files with 2 additions and 2 deletions
|
@ -470,9 +470,9 @@ function unload() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var AviMoji = startup();
|
var aviMoji = startup();
|
||||||
|
|
||||||
module.exports = AviMoji;
|
module.exports = aviMoji;
|
||||||
|
|
||||||
// #endregion
|
// #endregion
|
||||||
// *************************************
|
// *************************************
|
||||||
|
|
Loading…
Reference in a new issue