Skip to content

Commit

Permalink
chore(jsdoc): Explicitly set type for wrap(Inner) (#1668)
Browse files Browse the repository at this point in the history
Co-authored-by: 5saviahv <5saviahv@users.noreply.github.com>
  • Loading branch information
5saviahv and 5saviahv authored Jan 12, 2021
1 parent 5f2e9c3 commit 5b8dd60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/api/manipulation.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ function _wrap(insert) {
* // </div>
* // </ul>
*
* @function
* @param {Cheerio} wrapper - The DOM structure to wrap around each element in
* the selection.
* @see {@link https://api.jquery.com/wrap/}
Expand Down Expand Up @@ -355,6 +356,7 @@ exports.wrap = _wrap(function (el, elInsertLocation, wrapperDom) {
* // </li>
* // </ul>
*
* @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/}
Expand Down

0 comments on commit 5b8dd60

Please sign in to comment.