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

jquery.js « commons « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 009153d07030c87b01efc11d68173dd7f1684852 (plain)
1
2
3
4
5
6
7
8
9
import 'jquery';

// common jQuery plugins
import 'jquery-ujs';
import 'vendor/jquery.endless-scroll';
import 'vendor/jquery.caret';
import 'vendor/jquery.atwho';
import 'vendor/jquery.scrollTo';
import 'jquery.waitforimages';