summaryrefslogtreecommitdiffstats
path: root/data/js/vendor.js
diff options
context:
space:
mode:
authorJoakim Reinert <mail@jreinert.com>2015-05-02 00:01:00 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-05 12:21:27 +0200
commit46f0516a885ff28d63699c892eecd7a34b6a9ac3 (patch)
tree47daf7d8e43cc360763a396b6b59a2bc8ca76022 /data/js/vendor.js
parent1b7aeb5619638661f09ecaa6aba4b94e02b616ab (diff)
Explicitly load vendor js in modules that need them
Diffstat (limited to 'data/js/vendor.js')
-rw-r--r--data/js/vendor.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/data/js/vendor.js b/data/js/vendor.js
deleted file mode 100644
index b0b3862d3..000000000
--- a/data/js/vendor.js
+++ /dev/null
@@ -1,17 +0,0 @@
-(function () {
-'use strict';
-define([
- 'jquery',
- 'underscore',
- 'jquery-ui',
- 'bootstrap',
- 'jquery.colorbox',
- 'jquery.lazyload',
- 'jquery.tablesorter'
-], function (jquery, underscore) {
- return {
- $: jquery,
- _: underscore
- };
-});
-})();