Browse Source

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

patch-2
olalonde 11 years ago
parent
commit
2d9afbd635
  1. 1
      Transaction.js

1
Transaction.js

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

Loading…
Cancel
Save