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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-11-05 00:27:11 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-01-10 01:00:48 +0300
commit71dc5af9ce5e25d8d3219b296e23c3ca6340451b (patch)
tree5d44da4bef44580c4170962b0a8b4f5f687b4dfc /app/assets/javascripts/filtered_search/filtered_search_bundle.js
parent2f1701c56a7ce6ee2870bd6a280cf5bf788bd607 (diff)
Add basic search
Diffstat (limited to 'app/assets/javascripts/filtered_search/filtered_search_bundle.js')
-rw-r--r--app/assets/javascripts/filtered_search/filtered_search_bundle.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/javascripts/filtered_search/filtered_search_bundle.js b/app/assets/javascripts/filtered_search/filtered_search_bundle.js
new file mode 100644
index 00000000000..656979ba82f
--- /dev/null
+++ b/app/assets/javascripts/filtered_search/filtered_search_bundle.js
@@ -0,0 +1,13 @@
+ /* eslint-disable */
+ // This is a manifest file that'll be compiled into including all the files listed below.
+ // Add new JavaScript code in separate files in this directory and they'll automatically
+ // be included in the compiled file accessible from http://example.com/assets/application.js
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
+ // the compiled file.
+ //
+ /*= require_tree . */
+
+ (function() {
+
+ }).call(this);
+ \ No newline at end of file