1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

wombat: fix typo in window.Crypto check!

This commit is contained in:
Ilya Kreymer 2016-03-20 22:51:39 -07:00
parent c570f76ae4
commit 4b8bbb7b40

View File

@ -679,7 +679,7 @@ var wombat_internal = function($wbwindow) {
}
function init_crypto_random() {
if (!$wbwindow.crypto || $wbwindow.Crypto) {
if (!$wbwindow.crypto || !$wbwindow.Crypto) {
return;
}