fix broken requirejs support for common-hash

pull/1/head
ansuz 2019-09-05 18:02:00 +02:00
parent d81ff791ad
commit 53142c91e7
1 changed files with 1 additions and 1 deletions

View File

@ -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