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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2019-03-13 17:23:50 +0300
committerJohann-S <johann.servoire@gmail.com>2019-07-23 15:23:50 +0300
commitc8c207465043d940aa031570f0bce5e8fff9ffcf (patch)
tree482f430ee84aa4cae8f76cebdec75791a60a50d1 /js/index.umd.js
parent08d81c843706c2b952fadb703f3f9be709a8ca6a (diff)
Switch from QUnit to Jasmine.
Diffstat (limited to 'js/index.umd.js')
-rw-r--r--js/index.umd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.umd.js b/js/index.umd.js
index 0a1d5ac0b4..039e6d1bb4 100644
--- a/js/index.umd.js
+++ b/js/index.umd.js
@@ -5,7 +5,7 @@
* --------------------------------------------------------------------------
*/
-import Alert from './src/alert'
+import Alert from './src/alert/alert'
import Button from './src/button'
import Carousel from './src/carousel'
import Collapse from './src/collapse'