/** * Global config object that can be require'd anywhere in the code * @returns {Object} Global config object */ define('home/config',[ ], function ( ) { 'use strict'; // global config object return { appRoot: '/', }; }); // https://c.disquscdn.com/next/bbdf985/home/js/config.js