Skip to content

Commit

Permalink
Fix Type error
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelWest22 committed Dec 18, 2024
1 parent 3a276a1 commit 1f18f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idiomorph.js
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ var Idiomorph = (function () {

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

0 comments on commit 1f18f87

Please sign in to comment.