diff --git a/js/affix.js b/js/affix.js index c79103731cad30de3211358e68741ef1c00b0eb8..291e3195963f9cc01988625c960360b37fa1323b 100644 --- a/js/affix.js +++ b/js/affix.js @@ -123,4 +123,4 @@ }) }) -}(window.jQuery); +}(jQuery); diff --git a/js/alert.js b/js/alert.js index 25bc67c29d27069eeded84577b7238a4307d5062..72dda55a73ff759712b494b2dd29730265677643 100644 --- a/js/alert.js +++ b/js/alert.js @@ -95,4 +95,4 @@ $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) -}(window.jQuery); +}(jQuery); diff --git a/js/button.js b/js/button.js index 8a518cb0ed81d68c4f7558974b4cf635a0523324..b4f8f30778f7360e177dd8334c26e7e54e29da48 100644 --- a/js/button.js +++ b/js/button.js @@ -106,4 +106,4 @@ e.preventDefault() }) -}(window.jQuery); +}(jQuery); diff --git a/js/carousel.js b/js/carousel.js index 8c580b818bdb4134498762a54a8d90a9327354f3..d56c2189170788470ce421ca9fa3ffb0a8a48f7f 100644 --- a/js/carousel.js +++ b/js/carousel.js @@ -214,4 +214,4 @@ }) }) -}(window.jQuery); +}(jQuery); diff --git a/js/collapse.js b/js/collapse.js index c89de982f28b6a2c0961a001db8bc3e1c8d8286e..83eb41d19cc4df8565d4a993197ee1bd9536906b 100644 --- a/js/collapse.js +++ b/js/collapse.js @@ -176,4 +176,4 @@ $target.collapse(option) }) -}(window.jQuery); +}(jQuery); diff --git a/js/dropdown.js b/js/dropdown.js index 5680791c368121b9d1d7a79d091a8bd15a6e08e1..19290334044fdcb66a4d3b6fcb37e0f13397b5b1 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -151,4 +151,4 @@ .on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle) .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown) -}(window.jQuery); +}(jQuery); diff --git a/js/modal.js b/js/modal.js index d5e11296fbbf39e416616f1326e0dad2b91e7211..5feca4b1b8b8a867a45da4bab11809d167ed8617 100644 --- a/js/modal.js +++ b/js/modal.js @@ -243,4 +243,4 @@ .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') }) .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') }) -}(window.jQuery); +}(jQuery); diff --git a/js/popover.js b/js/popover.js index f2ba5be00612c7dcf619c8385f49baca645b39b3..74c9ba1f65434f4df8ef35f8d0712255c588b7c5 100644 --- a/js/popover.js +++ b/js/popover.js @@ -114,4 +114,4 @@ return this } -}(window.jQuery); +}(jQuery); diff --git a/js/scrollspy.js b/js/scrollspy.js index 19ed6fcd52774812252f0251699f4ac26f06d54d..d9e008bdfa21043921d8131443afb1d0eb527265 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -155,4 +155,4 @@ }) }) -}(window.jQuery); +}(jQuery); diff --git a/js/tab.js b/js/tab.js index 87dae645202c0201dabb96b4151cbfff7a74d833..7f1962b9bd1e26dcb3bd16ae6b35342d134c4f05 100644 --- a/js/tab.js +++ b/js/tab.js @@ -132,4 +132,4 @@ $(this).tab('show') }) -}(window.jQuery); +}(jQuery); diff --git a/js/tooltip.js b/js/tooltip.js index 68078d05fcc21d2a2c85593f851d58472013875b..60c01825d1ea61d01149528654e00c5a22ed1002 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -383,4 +383,4 @@ return this } -}(window.jQuery); +}(jQuery); diff --git a/js/transition.js b/js/transition.js index bf6c7329c8dc47589340b0fe6ab74423addfe472..d3d36bd75865a0b07ed4d4591762338c1ed002e2 100644 --- a/js/transition.js +++ b/js/transition.js @@ -53,4 +53,4 @@ $.support.transition = transitionEnd() }) -}(window.jQuery); +}(jQuery);