mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
BUGFIX: CanvasComponents naming conventions updated to match main project settings. Fixes 'Entropy' and 'Frequency distribution' operations.
This commit is contained in:
parent
522e7a9439
commit
edb418a3fc
3 changed files with 185 additions and 185 deletions
|
@ -137,7 +137,7 @@ module.exports = function(grunt) {
|
|||
"src/js/lib/xpath.js",
|
||||
|
||||
// Custom libraries
|
||||
"src/js/lib/canvas_components.js",
|
||||
"src/js/lib/canvascomponents.js",
|
||||
|
||||
// Utility functions
|
||||
"src/js/core/Utils.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue