mirror of
https://github.com/gchq/CyberChef
synced 2025-12-21 18:53:20 +00:00
BUGFIX #47: Replaced 'const' declarations with 'var' to fix iOS incompatibilities.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* @namespace
|
||||
*/
|
||||
const FlowControl = {
|
||||
var FlowControl = {
|
||||
|
||||
/**
|
||||
* @constant
|
||||
|
||||
Reference in New Issue
Block a user