diff --git a/src/adapters/aol.js b/src/adapters/aol.js index 5624055bf2e..92ff730f03f 100644 --- a/src/adapters/aol.js +++ b/src/adapters/aol.js @@ -33,9 +33,11 @@ var AolAdapter = function AolAdapter() { var dummyUnitIdCount = 0; /** - * @private create a div that we'll use as the + * @private + * create a div that we'll use as the * location for the AOL unit; AOL will document.write * if the div is not present in the document. + * * @param {string} id to identify the div * @return {string} the id used with the div */ @@ -52,7 +54,9 @@ var AolAdapter = function AolAdapter() { } /** - * @private Add a succesful bid response for aol + * @private + * Add a succesful bid response for aol + * * @param {ADTECHResponse} response the response for the bid * @param {ADTECHContext} context the context passed from aol */ @@ -90,7 +94,9 @@ var AolAdapter = function AolAdapter() { } /** - * @private Add an error bid response for aol + * @private + * Add an error bid response for aol + * * @param {ADTECHResponse} response the response for the bid * @param {ADTECHContext} context the context passed from aol */ @@ -113,7 +119,9 @@ var AolAdapter = function AolAdapter() { } /** - * @private map a prebid bidrequest to an ADTECH/aol bid request + * @private + * map a prebid bidrequest to an ADTECH/aol bid request + * * @param {Bid} bid the bid request * @return {Object} the bid request, formatted for the ADTECH/DAC api */ @@ -149,8 +157,8 @@ var AolAdapter = function AolAdapter() { } /** - * @private once ADTECH is loaded, request bids by - * calling ADTECH.loadAd + * @private + * once ADTECH is loaded, request bids by calling ADTECH.loadAd */ function _reqBids() { if (!window.ADTECH) { @@ -166,9 +174,11 @@ var AolAdapter = function AolAdapter() { } /** - * @public call the bids + * @public + * call the bids * this requests the specified bids * from aol marketplace + * * @param {Object} params * @param {Array} params.bids the bids to be requested */