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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/javascripts/bootstrap-sprockets.js')
-rw-r--r--assets/javascripts/bootstrap-sprockets.js20
1 files changed, 12 insertions, 8 deletions
diff --git a/assets/javascripts/bootstrap-sprockets.js b/assets/javascripts/bootstrap-sprockets.js
index 52c9ec0..3158d3a 100644
--- a/assets/javascripts/bootstrap-sprockets.js
+++ b/assets/javascripts/bootstrap-sprockets.js
@@ -1,12 +1,16 @@
-//= require ./bootstrap/util
-//= require ./bootstrap/tooltip
-//= require ./bootstrap/modal
-//= require ./bootstrap/popover
+//= require ./bootstrap/dom/data
+//= require ./bootstrap/dom/event-handler
//= require ./bootstrap/alert
-//= require ./bootstrap/dropdown
+//= require ./bootstrap/button
+//= require ./bootstrap/dom/manipulator
+//= require ./bootstrap/dom/selector-engine
+//= require ./bootstrap/carousel
//= require ./bootstrap/collapse
+//= require ./bootstrap/dom/polyfill
+//= require ./bootstrap/dropdown
+//= require ./bootstrap/modal
+//= require ./bootstrap/tooltip
+//= require ./bootstrap/popover
+//= require ./bootstrap/scrollspy
//= require ./bootstrap/tab
-//= require ./bootstrap/carousel
//= require ./bootstrap/toast
-//= require ./bootstrap/button
-//= require ./bootstrap/scrollspy