From 6d9cae07573772b69e70158b8e7b34202ab4ecc8 Mon Sep 17 00:00:00 2001 From: 5saviahv <5saviahv@users.noreply.github.com> Date: Sun, 10 Jan 2021 07:09:46 +0200 Subject: [PATCH] jsdoc fix --- lib/api/manipulation.js | 2 ++ 1 file changed, 2 insertions(+) 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/}