added Passphrase model
This commit is contained in:
parent
973e65f375
commit
62b95ac122
4 changed files with 8 additions and 1 deletions
|
|
@ -68,7 +68,9 @@ var createBundle = function(opts) {
|
|||
b.require('./js/models/core/PublicKeyRing', {
|
||||
expose: '../js/models/core/PublicKeyRing'
|
||||
});
|
||||
|
||||
b.require('./js/models/core/Passphrase', {
|
||||
expose: '../js/models/core/Passphrase'
|
||||
});
|
||||
|
||||
if (!opts.dontminify) {
|
||||
b.transform({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue