17:d0dc83ebbf95
Anton Shestakov <av6@dwimlabs.net>, Sun, 20 Mar 2016 11:53:21 +0800
config: add config.js as a way to override values in Tram namespace

next change 27:f59d389adcc4
previous change 14:8f8eddb3b264

js/tram.js

Permissions: -rw-r--r--

Other formats: Feeds:
// Generated by CoffeeScript 1.10.0
(function() {
window.Tram = {
config: {
host: location.host,
domain: location.hostname
}
};
}).call(this);
//# sourceMappingURL=tram.js.map