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

issuable_index.js « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cdeee68b762e558dc8c9a0f92814c2663106f9b7 (plain)
1
2
3
4
5
6
7
import issuableInitBulkUpdateSidebar from './issuable_init_bulk_update_sidebar';

export default class IssuableIndex {
  constructor(pagePrefix = 'issuable_') {
    issuableInitBulkUpdateSidebar.init(pagePrefix);
  }
}