Skip to content

Commit 2be9c27

Browse files
committed
docs: modified comment for clarity
1 parent 38bae08 commit 2be9c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loading-attribute-polyfill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function prepareElement(noScriptTag) {
236236
}
237237

238238
/**
239-
* Get all the <noscript> tags on the page and setup the printing
239+
* Get all the <noscript> tags on the page, prepare each and any one of them and setup the printing
240240
*/
241241
let prepareElements = () => {
242242
var lazyLoadAreas = document.querySelectorAll('noscript.loading-lazy');

0 commit comments

Comments
 (0)