/** * Not authenticated menu bar components * * @author Pierre HUBERT */ ComunicWeb.components.menuBar.notAuthenticated = { /** * Add not-authenticated user specific elements * * @param {HTMLElement} addElements The container element of the Menubar */ addElements: function(addElements){ } }