mixin global app settings

This commit is contained in:
Geoff Doty 2019-06-26 12:46:29 -05:00
parent 5d099ce78a
commit da28513447
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ const APP = {
DEBUG: true
};
riot.mixin(APP);
// -----------------------------------------------
// Global Riot Mixins
// -----------------------------------------------