Merge branch 'release-0.1.0'
This commit is contained in:
@@ -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
|
||||||
@@ -461,6 +467,10 @@ var sf = {
|
|||||||
*/
|
*/
|
||||||
callbacks: {
|
callbacks: {
|
||||||
|
|
||||||
|
'close-dialog': function(params) {
|
||||||
|
sf.ui.dialog.close();
|
||||||
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -534,4 +544,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(sb.init);
|
$('document').ready(sf.init);
|
||||||
|
|||||||
Reference in New Issue
Block a user