global settings a tad easier to access in a tag
This commit is contained in:
parent
58ecf70f68
commit
97fec4e8f7
|
@ -8,6 +8,8 @@ const APP = {
|
|||
DEBUG: true
|
||||
};
|
||||
|
||||
riot.mixin(APP);
|
||||
|
||||
// -----------------------------------------------
|
||||
// Global Riot Mixins
|
||||
// -----------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue