server/src/main/webapp/js/config.js
changeset 47 267d67791e05
parent 46 7e132e2a48ca
child 48 01fb9167ad75
--- a/server/src/main/webapp/js/config.js	Tue Dec 11 00:01:41 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-//
-// 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',
-	   corenkan: 'js/corenkan',
-	},
-	/*packages:[{
-		name: 'dojo',
-		location:'lib/dojo',
-		main:'main'
-	},
-	{
-		name: 'dijit',
-		location:'lib/dijit',
-		main:'main'
-	},
-	{
-		name: 'dojox',
-		location:'lib/dojox',
-		main:'main'
-	}]*/
-};
-