[console.js] Lowercase object name

This commit is contained in:
Christoph Diehl 2017-04-23 00:27:00 +03:00
parent 0760296bfb
commit 77931baa0b
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
var websocket = null;
var logger = (function () {
let color = {
red: "\033[1;31m",