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() { script.onload = function() {
// the script creates a helper function "_" // the script creates a variable "_"
alert(_); // the function is available alert( _.VERSION ); // shows library version
}; };
*/!* */!*
``` ```