mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
move util in a util folder with the sanitizer
This commit is contained in:
+3
-2
@@ -5,10 +5,12 @@
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
import {
|
||||
jQuery as $
|
||||
} from './util/index'
|
||||
import Data from './dom/data'
|
||||
import SelectorEngine from './dom/selectorEngine'
|
||||
import Tooltip from './tooltip'
|
||||
import Util from './util'
|
||||
|
||||
/**
|
||||
* ------------------------------------------------------------------------
|
||||
@@ -177,7 +179,6 @@ class Popover extends Tooltip {
|
||||
* ------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
const $ = Util.jQuery
|
||||
if (typeof $ !== 'undefined') {
|
||||
const JQUERY_NO_CONFLICT = $.fn[NAME]
|
||||
$.fn[NAME] = Popover._jQueryInterface
|
||||
|
||||
Reference in New Issue
Block a user