Transaction.js: removed confusing this.class assignment in file scope

This commit is contained in:
olalonde 2014-04-11 15:53:40 +08:00
parent 8c5dd597f0
commit 2d9afbd635
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ function Transaction(data) {
}) : [];
if (data.buffer) this._buffer = data.buffer;
};
this.class = Transaction;
Transaction.In = TransactionIn;
Transaction.Out = TransactionOut;