mixin global app settings
This commit is contained in:
parent
5d099ce78a
commit
da28513447
|
@ -8,6 +8,8 @@ const APP = {
|
||||||
DEBUG: true
|
DEBUG: true
|
||||||
};
|
};
|
||||||
|
|
||||||
|
riot.mixin(APP);
|
||||||
|
|
||||||
// -----------------------------------------------
|
// -----------------------------------------------
|
||||||
// Global Riot Mixins
|
// Global Riot Mixins
|
||||||
// -----------------------------------------------
|
// -----------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue