Skip to content

Commit

Permalink
Update storage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle authored Feb 1, 2025
1 parent b130812 commit 01509e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/js/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function onEach(arr, func) {
* https://developer.mozilla.org/en-US/docs/Web/API/HTMLCollection
* https://developer.mozilla.org/en-US/docs/Web/API/NodeList
* @param {NodeList|HTMLCollection} lazyArray - An array to iterate over
* @param {function(?): boolean|undefined|void} func - The callback
* @param {function(?): boolean|void} func - The callback
*/
// eslint-disable-next-line no-unused-vars
function onEachLazy(lazyArray, func) {
Expand Down

0 comments on commit 01509e0

Please sign in to comment.