fixed whenAvailable()

This commit is contained in:
Ivan Socolsky 2014-11-05 22:21:32 -03:00
commit b8a708c863
3 changed files with 14 additions and 9 deletions

View file

@ -37,6 +37,7 @@ function TxProposal(opts) {
this.comment = opts.comment || null;
this.readonly = opts.readonly || null;
this.merchant = opts.merchant || null;
this.altCurrency = opts.altCurrency || null;
this._sync();
}