diff --git a/lib/api/manipulation.js b/lib/api/manipulation.js index 24a6318174..65f594e7a7 100644 --- a/lib/api/manipulation.js +++ b/lib/api/manipulation.js @@ -305,6 +305,7 @@ function _wrap(insert) { * // * // * + * @function * @param {Cheerio} wrapper - The DOM structure to wrap around each element in * the selection. * @see {@link https://api.jquery.com/wrap/} @@ -355,6 +356,7 @@ exports.wrap = _wrap(function (el, elInsertLocation, wrapperDom) { * // * // * + * @function * @param {Cheerio} wrapper - The DOM structure to wrap around the content of * each element in the selection. * @see {@link https://api.jquery.com/wrapInner/}