From 58ecf70f687db0e26bdc39eaf086cb83fe14214a Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Fri, 21 Jun 2019 14:14:27 -0400 Subject: [PATCH 1/2] updated cdn version --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index cff681f..5b9a1e8 100644 --- a/app/index.html +++ b/app/index.html @@ -17,7 +17,7 @@ - + From 97fec4e8f781b587ab6fb9e691880251973cb664 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sat, 22 Jun 2019 13:30:46 -0400 Subject: [PATCH 2/2] 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 // -----------------------------------------------