pacify eslint

This commit is contained in:
Bryan Housel
2017-06-10 08:13:55 -04:00
parent addc3be4da
commit ba8b0782b0
+1 -1
View File
@@ -152,7 +152,7 @@ export function uiShortcuts() {
if (detected.os === 'win' && d.text === 'shortcuts.editing.commands.redo') {
return ['⌘'];
} else if (detected.os === 'mac' && d.text === 'shortcuts.browsing.display_options.fullscreen') {
return ["⌃", "⌘"];
return ['⌃', '⌘'];
} else {
return d.modifiers;
}