Skip to content

Commit 8d5d88b

Browse files
committed
Updated single line comments
1 parent 0281cdd commit 8d5d88b

3 files changed

Lines changed: 3 additions & 3 deletions

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, fetch, confirm, FormData, Event
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* global string_locator, fetch, FormData */
1+
// global string_locator, fetch, FormData
22
document.addEventListener( 'DOMContentLoaded', function() {
33
let stringLocatorSearchActive = false,
44
searchType = '',

src/javascript/string-locator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* global string_locator, fetch, FormData */
1+
// global string_locator, fetch, FormData
22
document.addEventListener( 'DOMContentLoaded', function() {
33
let StringLocator,
44
formData;

0 commit comments

Comments
 (0)