From 1acba7a778f6bdb5f85b3470a70ba94430161eec Mon Sep 17 00:00:00 2001 From: Marian Rusnak Date: Mon, 12 Sep 2016 15:23:25 +0100 Subject: [PATCH] Fixed JSDoc --- src/adapters/aol.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/adapters/aol.js b/src/adapters/aol.js index b84330bf4f7..5624055bf2e 100644 --- a/src/adapters/aol.js +++ b/src/adapters/aol.js @@ -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');