mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
eslint: fix no-unused-vars warnings
This commit is contained in:
parent
5f694c561f
commit
111c4d29cf
|
@ -2,6 +2,24 @@
|
|||
* ABAPGIT JS function library
|
||||
**********************************************************/
|
||||
|
||||
/**********************************************************
|
||||
Global variables used from outside
|
||||
**********************************************************/
|
||||
/* exported setInitialFocus */
|
||||
/* exported setInitialFocusWithQuerySelector */
|
||||
/* exported submitFormById */
|
||||
/* exported errorStub */
|
||||
/* exported confirmInitialized */
|
||||
/* exported perfOut */
|
||||
/* exported perfLog */
|
||||
/* exported perfClear */
|
||||
/* exported enableArrowListNavigation */
|
||||
/* exported setLinkHints */
|
||||
/* exported setKeyBindings */
|
||||
/* exported preparePatch */
|
||||
/* exported registerStagePatch */
|
||||
/* exported toggleRepoListDetail */
|
||||
|
||||
/**********************************************************
|
||||
* Polyfills
|
||||
**********************************************************/
|
||||
|
|
Loading…
Reference in New Issue
Block a user