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

constants.js « batch_comments « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e026251e0b4f07b338e2bd486d20926adcf3076 (plain)
1
2
3
4
5
export const CHANGES_TAB = 'diffs';
export const DISCUSSION_TAB = 'notes';
export const SHOW_TAB = 'show';

export const REVIEW_BAR_VISIBLE_CLASS_NAME = 'review-bar-visible';