paypro: add lib/browser/x509.

This commit is contained in:
Christopher Jeffrey 2014-07-16 09:38:05 -07:00
parent 4632caf542
commit 1ad3392184
1 changed files with 2 additions and 0 deletions

2
lib/browser/x509.js Normal file
View File

@ -0,0 +1,2 @@
var jsrsasign = require('jsrsasign');
module.exports = jsrsasign;