mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
11 lines
143 B
JavaScript
11 lines
143 B
JavaScript
/**
|
|
* Comunic WebApp init script
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
//Anonymous function
|
|
(function(){
|
|
//Launch app
|
|
System.init();
|
|
})(); |