mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-15 10:36:52 -04:00
Merge remote-tracking branch 'upstream/feature-async-ops' into HEAD
This commit is contained in:
commit
eb7d966a0c
269 changed files with 1197 additions and 94422 deletions
|
@ -8,6 +8,7 @@
|
|||
* @copyright Crown Copyright 2017
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
import Chef from "../src/core/Chef.js";
|
||||
|
||||
(function() {
|
||||
/**
|
||||
|
@ -93,5 +94,8 @@
|
|||
|
||||
|
||||
// Singleton TestRegister, keeping things simple and obvious.
|
||||
window.TestRegister = new TestRegister();
|
||||
global.TestRegister = global.TestRegister || new TestRegister();
|
||||
})();
|
||||
|
||||
export default global.TestRegister;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue