Files
pathfinder/js/app/init.js
2014-10-26 21:51:04 +01:00

14 lines
201 B
JavaScript

/**
* Init
*/
define(["jquery"], function($) {
"use strict";
var Config = {
baseUrl: "http://localhost/exodus4d/pathfinder/" // TODO: change baseURL
};
return Config;
});