14:8f8eddb3b264
Anton Shestakov <av6@dwimlabs.net>, Sun, 20 Mar 2016 11:43:20 +0800
coffee: create Tram namespace, put config there

next change 27:f59d389adcc4

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