minor fixes
This commit is contained in:
parent
181cc781ab
commit
6fca8a4b31
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
*/!*
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue