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