From 97fec4e8f781b587ab6fb9e691880251973cb664 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sat, 22 Jun 2019 13:30:46 -0400 Subject: [PATCH] global settings a tad easier to access in a tag --- 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 // -----------------------------------------------