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

state.js « store « code_navigation « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ffe44ec5381ca143af11be8f4474bb544204f837 (plain)
1
2
3
4
5
6
7
export default () => ({
  blobs: [],
  loading: false,
  data: null,
  currentDefinition: null,
  currentDefinitionPosition: null,
});