fixed js style

This commit is contained in:
Alberto Miranda
2016-06-24 09:38:08 -03:00
parent 4df4f9b2ad
commit a9e36472c5

View File

@@ -154,7 +154,7 @@ function updateElectron () {
function toggleOpenInVlc (menuItem) {
var flag = menuItem.checked
console.log(`toggleOpenInVlc ${flag}`)
state.saved.openInVlc = flag;
state.saved.openInVlc = flag
}
function getOpenInVlc () {