fix browser tests

This commit is contained in:
Manuel Araoz 2014-04-17 18:25:53 -03:00
parent 3e8ca41a0a
commit a5ad584d7f
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ var createBundle = function(opts) {
b.require('./js/models/core/PrivateKey', {
expose: '../js/models/core/PrivateKey'
});
b.require('./js/models/core/PublicKeyRing', {
expose: '../js/models/core/PublicKeyRing'
});
if (!opts.dontminify) {