[console.js] Lowercase object name

This commit is contained in:
Christoph Diehl 2017-04-23 00:27:00 +03:00
parent 0760296bfb
commit 77931baa0b

View file

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