Fix linting

This commit is contained in:
Samuel Attard 2017-02-12 15:27:19 +11:00 committed by Kevin Sawicki
parent 7c33f3ee65
commit 17fe5efa13

View file

@ -11,7 +11,7 @@ const fileDialogProperties = {
createDirectory: 1 << 3,
showHiddenFiles: 1 << 4,
promptToCreate: 1 << 5,
noResolveAliases: 1 << 6,
noResolveAliases: 1 << 6
}
const messageBoxTypes = ['none', 'info', 'warning', 'error', 'question']