Skip to content

Commit 6fca8a4

Browse files
committed
minor fixes
1 parent 181cc78 commit 6fca8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2-ui/5-loading/03-onload-onerror/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ document.head.append(script);
4141

4242
*!*
4343
script.onload = function() {
44-
// the script creates a helper function "_"
45-
alert(_); // the function is available
44+
// the script creates a variable "_"
45+
alert( _.VERSION ); // shows library version
4646
};
4747
*/!*
4848
```

0 commit comments

Comments
 (0)