mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
fix camelCase detected eslint
This commit is contained in:
parent
a05d7059fb
commit
c966d34b07
@ -1,6 +1,6 @@
|
|||||||
var app = require("../js/app.js");
|
var app = require("../js/app.js");
|
||||||
app.start(function(config) {
|
app.start(function(config) {
|
||||||
console.log("");
|
console.log("");
|
||||||
var bind_address = config.address ? config.address : "localhost";
|
var bindAddress = config.address ? config.address : "localhost";
|
||||||
console.log("Ready to go! Please point your browser to: http://" + bind_address + ":" + config.port);
|
console.log("Ready to go! Please point your browser to: http://" + bindAddress + ":" + config.port);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user