diff options
| author | Johann-S <[email protected]> | 2017-10-23 09:35:27 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-23 10:35:27 +0300 |
| commit | 1487c3a9947b0eb55c61b5d93ff9f0c69a812aeb (patch) | |
| tree | 5f05dafe9448cb79d9ea8ffa2dc86a15d3f59ea6 /js/src/collapse.js | |
| parent | 0d71a8a738688455746e91f7806fa0515c96d263 (diff) | |
| download | bootstrap-1487c3a9947b0eb55c61b5d93ff9f0c69a812aeb.tar.xz bootstrap-1487c3a9947b0eb55c61b5d93ff9f0c69a812aeb.zip | |
Add `Util.jQuery` which will detect jQuery instead of relying on global `$` (#24513)
Diffstat (limited to 'js/src/collapse.js')
| -rw-r--r-- | js/src/collapse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/collapse.js b/js/src/collapse.js index 8e84d7b59..9a21eb7d8 100644 --- a/js/src/collapse.js +++ b/js/src/collapse.js @@ -404,6 +404,6 @@ const Collapse = (() => { return Collapse -})($) +})(Util.jQuery) export default Collapse |
