Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
yflory
2019-09-03 17:59:13 +02:00

View File

@@ -342,7 +342,7 @@ types of messages:
'/common/common-util.js', '/common/common-util.js',
'/bower_components/tweetnacl/nacl-fast.min.js', '/bower_components/tweetnacl/nacl-fast.min.js',
], function (Util) { ], function (Util) {
return factory(Util, window.Nacl); return factory(Util, window.nacl);
}); });
} else { } else {
// I'm not gonna bother supporting any other kind of instanciation // I'm not gonna bother supporting any other kind of instanciation