fix broken requirejs support for common-hash
This commit is contained in:
parent
d81ff791ad
commit
53142c91e7
@ -542,7 +542,7 @@ Version 1
|
|||||||
'/bower_components/chainpad-crypto/crypto.js',
|
'/bower_components/chainpad-crypto/crypto.js',
|
||||||
'/bower_components/tweetnacl/nacl-fast.min.js'
|
'/bower_components/tweetnacl/nacl-fast.min.js'
|
||||||
], function (Util, Crypto) {
|
], function (Util, Crypto) {
|
||||||
factory(Util, Crypto, window.nacl);
|
return factory(Util, Crypto, window.nacl);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// unsupported initialization
|
// unsupported initialization
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user