From 2d9afbd635e958db3253413414c4371f7cc94b9c Mon Sep 17 00:00:00 2001 From: olalonde Date: Fri, 11 Apr 2014 15:53:40 +0800 Subject: [PATCH] Transaction.js: removed confusing this.class assignment in file scope --- Transaction.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Transaction.js b/Transaction.js index fe06563..f17eaeb 100644 --- a/Transaction.js +++ b/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;