/** * 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."); } };