summaryrefslogtreecommitdiff
path: root/op_crates/crypto/01_crypto.js
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2021-04-30 14:13:23 +0200
committerGitHub <noreply@github.com>2021-04-30 08:13:23 -0400
commit8922639c1dc48a8b1ed6910bfe62306d9178d70b (patch)
tree7f228a98f0b0ee043626a35a26879b5b7a78b25f /op_crates/crypto/01_crypto.js
parenta50dab683f0d902bcfab53ac5a351c661d816354 (diff)
refactor(core.js): provide window.__bootstrap (#10423)
Diffstat (limited to 'op_crates/crypto/01_crypto.js')
-rw-r--r--op_crates/crypto/01_crypto.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/op_crates/crypto/01_crypto.js b/op_crates/crypto/01_crypto.js
index 12f4f45cc..dba6b0091 100644
--- a/op_crates/crypto/01_crypto.js
+++ b/op_crates/crypto/01_crypto.js
@@ -44,7 +44,6 @@
window.crypto = {
getRandomValues,
};
- window.__bootstrap = window.__bootstrap || {};
window.__bootstrap.crypto = {
getRandomValues,
};