server/java/renkan-web/src/main/webapp/WEB-INF/cowebConfig.json
author rougeronj
Wed, 03 Jun 2015 17:27:46 +0200
changeset 471 e0c7be5dc02c
parent 316 242510015401
permissions -rw-r--r--
Add a router to handle fragment identifier Set up a listener of the router in the scene to update it Start Backbone.history (eventlistener of the router) when all the project is loaded Include router.js to all the test file

{
  "sessionModerator"   : "org.iri_research.renkan.coweb.RenkanSessionModerator",
  "moderatorIsUpdater" : true,
  "operationEngine"    : true,
  "bots": [] 
}