We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 949da30 + 4a73d1c commit cce02d8Copy full SHA for cce02d8
2-ui/5-loading/03-onload-onerror/1-load-img-callback/solution.view/index.html
@@ -35,7 +35,7 @@
35
}
36
37
// for each image,
38
- // let's create another img with the same src and check that we have its width immediately
+ // let's create another img with the same src and check that we have its width
39
function testLoaded() {
40
let widthSum = 0;
41
for (let i = 0; i < sources.length; i++) {
0 commit comments