aboutsummaryrefslogtreecommitdiff
path: root/js/src/tooltip.js
diff options
context:
space:
mode:
authorGeoSot <[email protected]>2022-10-26 08:26:51 +0300
committerGitHub <[email protected]>2022-10-26 08:26:51 +0300
commitaa9d32dd153ed16943ad8be5e8795afaad24d0cf (patch)
treeb2d9432467aa8573a20fe8b5add3eccb173b3262 /js/src/tooltip.js
parent7166e95388be3797233e88f89a80c3b666c42851 (diff)
downloadbootstrap-aa9d32dd153ed16943ad8be5e8795afaad24d0cf.tar.xz
bootstrap-aa9d32dd153ed16943ad8be5e8795afaad24d0cf.zip
Use explicit imports in our javascript source files (#36854)
Diffstat (limited to 'js/src/tooltip.js')
-rw-r--r--js/src/tooltip.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js
index a3f3377c0..02d11363a 100644
--- a/js/src/tooltip.js
+++ b/js/src/tooltip.js
@@ -6,12 +6,12 @@
*/
import * as Popper from '@popperjs/core'
-import { defineJQueryPlugin, execute, findShadowRoot, getElement, getUID, isRTL, noop } from './util/index'
-import { DefaultAllowlist } from './util/sanitizer'
-import EventHandler from './dom/event-handler'
-import Manipulator from './dom/manipulator'
-import BaseComponent from './base-component'
-import TemplateFactory from './util/template-factory'
+import { defineJQueryPlugin, execute, findShadowRoot, getElement, getUID, isRTL, noop } from './util/index.js'
+import { DefaultAllowlist } from './util/sanitizer.js'
+import EventHandler from './dom/event-handler.js'
+import Manipulator from './dom/manipulator.js'
+import BaseComponent from './base-component.js'
+import TemplateFactory from './util/template-factory.js'
/**
* Constants