Skip to content

Commit 43a06f5

Browse files
committed
Updated global vars in comments to fix Js Lint issues
1 parent 3561464 commit 43a06f5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/javascript/string-locator-replace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* global stringLocatorReplace, fetch, confirm, FormData, Event */
1+
/* global stringLocatorReplace */
22
document.addEventListener( 'DOMContentLoaded', function() {
33
const replaceStringField = document.getElementById( 'string-locator-replace-new-string' ),
44
replaceLoopbackCheckbox = document.getElementById( 'string-locator-replace-loopback-check' ),

src/javascript/string-locator-search.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* global string_locator */
12
document.addEventListener( 'DOMContentLoaded', function() {
23
let stringLocatorSearchActive = false,
34
searchType = '',

0 commit comments

Comments
 (0)