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: 25640f71af2466c70d2c187432d6e0d5fcf5ac16 (plain)
1
2
3
4
5
6
7
8
9
import 'jquery';

// common jQuery plugins
import 'jquery-ujs';
import 'vendor/jquery.endless-scroll';
import 'jquery.caret'; // must be imported before at.js
import '@gitlab/at.js';
import 'vendor/jquery.scrollTo';
import 'jquery.waitforimages';