зеркало из https://github.com/mozilla/hawk.git
Merge pull request #115 from nicholaswyoung/master
Fix 'undefined module' error in lib/browser.js
This commit is contained in:
Коммит
2d8bd00bd8
|
@ -549,7 +549,7 @@ hawk.crypto.internals = CryptoJS;
|
|||
|
||||
// Export if used as a module
|
||||
|
||||
if (module && module.exports) {
|
||||
if (('undefined' !== typeof(module)) && module.exports) {
|
||||
module.exports = hawk;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче