eslint: fix no-unused-vars warnings

This commit is contained in:
Christian Günter 2018-12-30 15:36:47 +01:00 committed by Lars Hvam
parent 5f694c561f
commit 111c4d29cf

View File

@ -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
**********************************************************/