mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 19:23:40 +00:00
Fixed no-trailing-space lint
This commit is contained in:
@@ -20,7 +20,7 @@ self.addEventListener("message", function(e) {
|
||||
|
||||
/**
|
||||
* Loads a file object into an ArrayBuffer, then transfers it back to the parent thread.
|
||||
*
|
||||
*
|
||||
* @param {File} file
|
||||
*/
|
||||
self.loadFile = function(file) {
|
||||
|
||||
@@ -154,7 +154,7 @@ OptionsWaiter.prototype.setWordWrap = function() {
|
||||
|
||||
/**
|
||||
* Changes the theme by setting the class of the <html> element.
|
||||
*
|
||||
*
|
||||
* @param {Event} e
|
||||
*/
|
||||
OptionsWaiter.prototype.themeChange = function (e) {
|
||||
@@ -166,7 +166,7 @@ OptionsWaiter.prototype.themeChange = function (e) {
|
||||
|
||||
/**
|
||||
* Changes the console logging level.
|
||||
*
|
||||
*
|
||||
* @param {Event} e
|
||||
*/
|
||||
OptionsWaiter.prototype.logLevelChange = function (e) {
|
||||
|
||||
@@ -170,7 +170,7 @@ OutputWaiter.prototype.displayFileSlice = function() {
|
||||
|
||||
/**
|
||||
* Handler for show file overlay events.
|
||||
*
|
||||
*
|
||||
* @param {Event} e
|
||||
*/
|
||||
OutputWaiter.prototype.showFileOverlayClick = function(e) {
|
||||
|
||||
Reference in New Issue
Block a user