server/src/main/webapp/js/config.js
author ymh <ymh.work@gmail.com>
Mon, 20 Aug 2012 16:07:15 +0200
changeset 22 948283342245
child 45 37c9a17c3284
permissions -rw-r--r--
Session moderator + test in model

//
// Config file. Split out from the app for ease of overlaying a new config
// without affecting the app controller.
//
// Copyright (c) The Dojo Foundation 2011. All Rights Reserved.
//
var dojoConfig = {
	baseUrl: '/renkan',
	async:true,
	paths : {
	   coweb : 'lib/coweb',
	   cowebx: 'lib/cowebx',
	   org : 'lib/org'
	},
/*	packages:[{
		name: 'dojo',
		location:'http://vhost1629.developer.ihost.com/dojotoolkit/1.7.0/dojo',
		main:'main'
	},
	{
		name: 'dijit',
		location:'http://vhost1629.developer.ihost.com/dojotoolkit/1.7.0/dijit',
		main:'main'
	},
	{
		name: 'dojox',
		location:'http://vhost1629.developer.ihost.com/dojotoolkit/1.7.0/dojox',
		main:'main'
	}]*/
};