minor fixes

This commit is contained in:
Ilya Kantor 2020-10-05 14:54:28 +03:00
parent 181cc781ab
commit 6fca8a4b31

View file

@ -41,8 +41,8 @@ document.head.append(script);
*!*
script.onload = function() {
// the script creates a helper function "_"
alert(_); // the function is available
// the script creates a variable "_"
alert( _.VERSION ); // shows library version
};
*/!*
```