diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/boot.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js index 50b806b94c..6741a44231 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -20,7 +20,7 @@ const CONFIG = require('./common/scripts/config'); document.domain = CONFIG.host; -// Set global configration +// Set global configuration riot.mixin({ CONFIG }); |