mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +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
|
* 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
|
* Polyfills
|
||||||
**********************************************************/
|
**********************************************************/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user