mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 07:14:36 +02:00
Change Rollup config to wrap our dist files with jQuery instead of $
This commit is contained in:
@@ -9,7 +9,7 @@ import Util from './util'
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
const ScrollSpy = (() => {
|
||||
const ScrollSpy = (($) => {
|
||||
|
||||
|
||||
/**
|
||||
@@ -335,6 +335,6 @@ const ScrollSpy = (() => {
|
||||
|
||||
return ScrollSpy
|
||||
|
||||
})(Util.jQuery)
|
||||
})($)
|
||||
|
||||
export default ScrollSpy
|
||||
|
Reference in New Issue
Block a user