From 111c4d29cf12ba8860a6a0935503164877440231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=BCnter?= Date: Sun, 30 Dec 2018 15:36:47 +0100 Subject: [PATCH] eslint: fix no-unused-vars warnings --- src/zabapgit_js_common.w3mi.data.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/zabapgit_js_common.w3mi.data.js b/src/zabapgit_js_common.w3mi.data.js index 784abfbcc..4b4a77c9c 100644 --- a/src/zabapgit_js_common.w3mi.data.js +++ b/src/zabapgit_js_common.w3mi.data.js @@ -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 **********************************************************/