mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 19:23:40 +00:00
Small stuff to make eslint happy
This commit is contained in:
@@ -130,7 +130,7 @@ module.exports = function(grunt) {
|
|||||||
"src/js/lib/vkbeautify.js",
|
"src/js/lib/vkbeautify.js",
|
||||||
"src/js/lib/Sortable.js",
|
"src/js/lib/Sortable.js",
|
||||||
"src/js/lib/bootstrap-colorpicker.js",
|
"src/js/lib/bootstrap-colorpicker.js",
|
||||||
'src/js/lib/jquery.xpath.js',
|
"src/js/lib/jquery.xpath.js",
|
||||||
|
|
||||||
// Custom libraries
|
// Custom libraries
|
||||||
"src/js/lib/canvas_components.js",
|
"src/js/lib/canvas_components.js",
|
||||||
|
|||||||
@@ -396,7 +396,7 @@ var Extract = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return Array.apply(null, Array(result.length))
|
return Array.apply(null, Array(result.length))
|
||||||
.map(function (_, i) {return result[i];})
|
.map((_, i) => result[i])
|
||||||
.map(nodeToString)
|
.map(nodeToString)
|
||||||
.join(delimiter);
|
.join(delimiter);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user