From 7ff1e8982495ec81785f602ff2e93e15beaab201 Mon Sep 17 00:00:00 2001 From: wltsmrz Date: Fri, 6 Sep 2013 15:22:00 -0700 Subject: [PATCH] Update account --- src/js/ripple/account.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/ripple/account.js b/src/js/ripple/account.js index 01155e8a..106845b3 100644 --- a/src/js/ripple/account.js +++ b/src/js/ripple/account.js @@ -187,6 +187,7 @@ Account.prototype.lines = function (callback) { * This is only meant to be called by the Remote class. You should never have to * call this yourself. */ +Account.prototype.notify = Account.prototype.notifyTx = function (message) { // Only trigger the event if the account object is actually // subscribed - this prevents some weird phantom events from