Merge pull request #39 from azer/master

CommonJS Support
This commit is contained in:
bitwiseshiftleft
2011-11-25 11:01:30 -08:00
2 changed files with 5 additions and 0 deletions

View File

@@ -67,3 +67,7 @@ var sjcl = {
}
}
};
if(typeof module != 'undefined' && module.exports){
module.exports = sjcl;
}