ComunicWeb/assets/js/pages/home/landingPage.js

16 lines
352 B
JavaScript
Raw Normal View History

2017-05-22 16:12:50 +00:00
/**
* 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.");
}
};