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-06-30 12:37:25 +0300
committerJohann-S <johann.servoire@gmail.com>2019-07-23 15:23:50 +0300
commitb7b56cb10a444ff8b804c770e884433b298f6a41 (patch)
tree6bd06604514f80e3261443f4398144376123cbbc /js/index.umd.js
parent85b70cef3cc2b76978274521f0601a5bc1e4f852 (diff)
rewrite scrollspy unit tests
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 812a300441..207b952ca5 100644
--- a/js/index.umd.js
+++ b/js/index.umd.js
@@ -12,7 +12,7 @@ import Collapse from './src/collapse/collapse'
import Dropdown from './src/dropdown/dropdown'
import Modal from './src/modal/modal'
import Popover from './src/popover/popover'
-import ScrollSpy from './src/scrollspy'
+import ScrollSpy from './src/scrollspy/scrollspy'
import Tab from './src/tab'
import Toast from './src/toast/toast'
import Tooltip from './src/tooltip/tooltip'