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

event_hub.js « nav « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c8b1371fe3e8f3fe1732e4a9333415c3309ecf0 (plain)
1
2
3
4
5
import eventHubFactory from '~/helpers/event_hub_factory';

export const EVENT_RESPONSIVE_TOGGLE = 'top-nav-responsive-toggle';

export default eventHubFactory();