From 53142c91e7ee471aa54cc63a1ec2f8c5922f4454 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 5 Sep 2019 18:02:00 +0200 Subject: [PATCH] fix broken requirejs support for common-hash --- www/common/common-hash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-hash.js b/www/common/common-hash.js index 25bd981a8..199814577 100644 --- a/www/common/common-hash.js +++ b/www/common/common-hash.js @@ -542,7 +542,7 @@ Version 1 '/bower_components/chainpad-crypto/crypto.js', '/bower_components/tweetnacl/nacl-fast.min.js' ], function (Util, Crypto) { - factory(Util, Crypto, window.nacl); + return factory(Util, Crypto, window.nacl); }); } else { // unsupported initialization