3 lines
179 B
JavaScript
3 lines
179 B
JavaScript
/* Modifies the popup's environment _before_ loading the all.js executable */
|
|
delete WebAssembly; /* This deletion is here to force sodium.js to use its pure js implementation */
|