Compare commits
6 Commits
0499e7ecaa
...
release-0.
| Author | SHA1 | Date | |
|---|---|---|---|
| 680fab2835 | |||
| fc455ae0bb | |||
| ccda58557a | |||
| 411a8e95ad | |||
| e11e4f872d | |||
| ac593ec377 |
@@ -18,6 +18,12 @@
|
|||||||
* Entry point for all base framework code
|
* Entry point for all base framework code
|
||||||
*/
|
*/
|
||||||
var sf = {
|
var sf = {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Library version
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
version: '0.1.0',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialises the library
|
* Initialises the library
|
||||||
@@ -536,4 +542,4 @@ var sf = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Execute the initialisation code as soon as the DOM is ready.
|
// Execute the initialisation code as soon as the DOM is ready.
|
||||||
$('document').ready(sf.init);
|
$('document').ready(sf.init);
|
||||||
|
|||||||
Reference in New Issue
Block a user