function showProjects()

in public/scripts/project.js [33:38]


function showProjects(t) {
  return getProjects(t)
    .then(showProjectsCallback)
    .then(popup.openProjects.bind(this, t))
    .catch(showProjectsError.bind(this, t));
}