Compare commits

...

6 Commits

View File

@@ -18,6 +18,12 @@
* Entry point for all base framework code
*/
var sf = {
/**
* Library version
*
*/
version: '0.1.0',
/**
* Initialises the library
@@ -536,4 +542,4 @@ var sf = {
};
// Execute the initialisation code as soon as the DOM is ready.
$('document').ready(sf.init);
$('document').ready(sf.init);