From 2b780787797da2bed2af0f95963be61e2b8e94a4 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Thu, 7 Jun 2018 21:43:04 +0200 Subject: fix(data): do not use data object in our unit tests --- js/src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/src/index.js') diff --git a/js/src/index.js b/js/src/index.js index 327de242b..aa35ed07b 100644 --- a/js/src/index.js +++ b/js/src/index.js @@ -5,7 +5,7 @@ import Collapse from './collapse' import Dropdown from './dropdown' import Modal from './modal' import Popover from './popover' -import Scrollspy from './scrollspy' +import ScrollSpy from './scrollspy' import Tab from './tab' import Toast from './toast' import Tooltip from './tooltip' @@ -27,7 +27,7 @@ export { Dropdown, Modal, Popover, - Scrollspy, + ScrollSpy, Tab, Toast, Tooltip -- cgit v1.2.3