server/src/main/webapp/js/main_coweb.js
changeset 47 267d67791e05
parent 46 7e132e2a48ca
child 48 01fb9167ad75
--- a/server/src/main/webapp/js/main_coweb.js	Tue Dec 11 00:01:41 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-//
-// Cooperative web application template.
-//
-// Copyright (c) The Dojo Foundation 2011. All Rights Reserved.
-//
-
-// assumes admin servlet deployed with the application 
-var cowebConfig = {
-    adminUrl : './admin'
-};
-
-//require(['corenkan']);
-
-require({moduleUrl : 'lib'},
-        ['coweb/main','dojo', 'corenkan'],
-function(coweb, dojo, corenkan) {
-    // do application setup here
-    
-	dojo.ready(function() {
-        //this.collab = corenkan.app.collab;
-    });
-    
-});
-