Adds ShortcutsDashboardNavigation to globals comment since its a global variable
This commit is contained in:
parent
cde0b27c0b
commit
d9ed9c6d0d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* eslint-disable func-names, space-before-function-paren, no-var, prefer-rest-params, wrap-iife, quotes, prefer-arrow-callback, consistent-return, object-shorthand, no-unused-vars, one-var, one-var-declaration-per-line, no-else-return, comma-dangle, max-len */
|
||||
/* global Mousetrap */
|
||||
/* global Mousetrap, ShortcutsDashboardNavigation */
|
||||
/* global findFileURL */
|
||||
|
||||
(function() {
|
||||
|
|
Loading…
Reference in a new issue