Skip to content

Commit

Permalink
Merge pull request prebid#2 in ~MRUSNAK81/prebid.js from feature/test…
Browse files Browse the repository at this point in the history
…-2 to master

* commit '1acba7a778f6bdb5f85b3470a70ba94430161eec':
  Fixed JSDoc
  • Loading branch information
marian-r committed Sep 12, 2016
2 parents 090f477 + 1acba7a commit 11f02d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adapters/aol.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ var AolAdapter = function AolAdapter() {
* @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
* @param {string} id to identify the div
* @return {string} the id used with the div
*/
function _dummyUnit(id) {
var div = d.createElement('DIV');
Expand Down

0 comments on commit 11f02d7

Please sign in to comment.