summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/mixins/description_version_history.js
blob: 66e6685cfd8d0dbd5418ba9b96d6e1c6b946233e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Placeholder for GitLab FOSS
// Actual implementation: ee/app/assets/javascripts/notes/mixins/description_version_history.js
export default {
  computed: {
    canSeeDescriptionVersion() {},
    canDeleteDescriptionVersion() {},
    shouldShowDescriptionVersion() {},
    descriptionVersionToggleIcon() {},
  },
  methods: {
    toggleDescriptionVersion() {},
    deleteDescriptionVersion() {},
  },
};