More lazy sunday cleanups of missing semicolons, unused vars and other small thins

This commit is contained in:
Veeck 2017-06-11 11:53:55 +02:00
parent a2464dce73
commit 96c338859b
5 changed files with 10 additions and 15 deletions

View file

@ -30,7 +30,7 @@ function createWindow() {
zoomFactor: config.zoom
},
backgroundColor: "#000000"
}
};
// DEPRECATED: "kioskmode" backwards compatibility, to be removed
// settings these options directly instead provides cleaner interface