Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mutation_types.js « modal « modules « vuex_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8259736009aa9c644f71da915d42db236bc6b7f (plain)
1
2
3
4
export const HIDE = 'HIDE';
export const SHOW = 'SHOW';
export const OPEN = 'OPEN';
export const CLOSE = 'CLOSE';