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

constants.js « branches « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16949e662d2f17ad720532562abb8841efe4567a (plain)
1
2
3
4
5
6
export const SIDES = {
  full: 'full',
  left: 'left',
  right: 'right',
};
export const MAX_COMMIT_COUNT = 1000;