global settings a tad easier to access in a tag

This commit is contained in:
Geoff Doty 2019-06-22 13:30:46 -04:00
parent 58ecf70f68
commit 97fec4e8f7
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
// -----------------------------------------------