mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Small stuff to make eslint happy
This commit is contained in:
parent
4c36123fd7
commit
dea16f63f5
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue