server/renkan-web/src/main/webapp/static/js/config.js
changeset 316 242510015401
parent 315 8c85ab4cf3aa
child 317 2b30c5426f1e
--- a/server/renkan-web/src/main/webapp/static/js/config.js	Wed Jul 09 12:15:53 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +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: 'static/js/corenkan',
-	   rcolor: 'static/lib/rcolor',
-	   underscore: 'static/lib/underscore-min',
-	   jquery: 'static/lib/jquery.min',
-	   filesaver: 'static/lib/FileSaver',
-	},
-	packages:[{
-		name: 'dojo',
-		location:'static/lib/dojo',
-		main:'main'
-	}],	
-};
-