[FIX] Fix undefined Transaction.prototype.summary()

This commit is contained in:
wltsmrz
2014-12-10 14:16:53 -08:00
parent e32694dc79
commit d15d14e197

View File

@@ -1160,7 +1160,7 @@ Transaction.prototype.abort = function() {
* @return {Object} transaction summary
*/
Transaction.summary = function() {
Transaction.prototype.summary = function() {
var result = {
tx_json: this.tx_json,
clientID: this._clientID,