mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-11 04:48:39 -04:00
export sjcl for commonjs compliant environments
This commit is contained in:
parent
3fddb9e668
commit
caaf800931
2 changed files with 5 additions and 0 deletions
|
@ -67,3 +67,7 @@ var sjcl = {
|
|||
}
|
||||
}
|
||||
};
|
||||
|
||||
if(typeof module != 'undefined' && module.exports){
|
||||
module.exports = sjcl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue