Navigation = (function() { var init = function() { bindEvents(); } var bindEvents = function() { } return { init: init } })();