ComunicWeb/assets/js/pages/home/landingPage.js
2017-05-22 18:12:50 +02:00

16 lines
352 B
JavaScript

/**
* Landing home page
*
* @author Pierre HUBERT
*/
ComunicWeb.pages.home.landingPage = {
/**
* Display home landing page
*
* @param {element} targetElement Where the page will be applied
*/
display: function(targetElement){
//Log action
ComunicWeb.debug.logMessage("Open home landing page.");
}
};