Skip to content

Commit

Permalink
tidy up jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelWest22 committed Dec 19, 2024
1 parent 7fe3f25 commit 2496aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/idiomorph.js
Original file line number Diff line number Diff line change
Expand Up @@ -1136,8 +1136,8 @@ var Idiomorph = (function () {
}

/**
* @param {Element} Content Content containing id's
* @returns {Element[]} all nodes that have id's
* @param {Element} Content
* @returns {Element[]}
*/
function nodesWithIds(Content) {
let Nodes = Array.from(Content.querySelectorAll('[id]'));
Expand Down

0 comments on commit 2496aae

Please sign in to comment.