From c2f27a4debbd19fe313de7e3a077a0ce5b38568f Mon Sep 17 00:00:00 2001 From: Alan Cohen Date: Mon, 22 Dec 2014 10:14:34 -0800 Subject: [PATCH] [TASK] Fixup the annotation for remote.requestBookOffers --- src/js/ripple/remote.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/ripple/remote.js b/src/js/ripple/remote.js index b702a263..cdcc8297 100644 --- a/src/js/ripple/remote.js +++ b/src/js/ripple/remote.js @@ -1476,9 +1476,9 @@ Remote.prototype.requestTxHistory = function(start, callback) { /** * Request book_offers * - * @param {Object} options - taker_options or can be an options object with the following properties - * @param {Object} options.gets - taker_options - * @param {Object} options.pays - taker_pays + * @param {Object} options + * @param {Object} options.gets - taker_gets with issuer and currency + * @param {Object} options.pays - taker_pays with issuer and currency * @param {String} [options.taker] * @param {String} [options.ledger] * @param [Function] callback