From da28513447f6993e2bdd209bd8635475a976f15d Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Wed, 26 Jun 2019 12:46:29 -0500 Subject: [PATCH] mixin global app settings --- app/js/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/js/app.js b/app/js/app.js index 51918c6..53b1220 100644 --- a/app/js/app.js +++ b/app/js/app.js @@ -8,6 +8,8 @@ const APP = { DEBUG: true }; +riot.mixin(APP); + // ----------------------------------------------- // Global Riot Mixins // -----------------------------------------------