/**
* Comunic WebApp init script
*
* @author Pierre HUBERT
*/
//Anonymous function
(function(){
//Launch app
ComunicWeb.common.system.init();
})();