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.
1 parent 181cc78 commit 6fca8a4Copy full SHA for 6fca8a4
2-ui/5-loading/03-onload-onerror/article.md
@@ -41,8 +41,8 @@ document.head.append(script);
41
42
*!*
43
script.onload = function() {
44
- // the script creates a helper function "_"
45
- alert(_); // the function is available
+ // the script creates a variable "_"
+ alert( _.VERSION ); // shows library version
46
};
47
*/!*
48
```
0 commit comments