summaryrefslogtreecommitdiffstats
path: root/data/js/vendor.js
blob: b0b3862d3376eb760bdff91f10653518b9b57136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(function () {
'use strict';
define([
	'jquery',
	'underscore',
	'jquery-ui',
	'bootstrap',
	'jquery.colorbox',
	'jquery.lazyload',
	'jquery.tablesorter'
], function (jquery, underscore) {
	return {
		$: jquery,
		_: underscore
	};
});
})();