aboutsummaryrefslogtreecommitdiff
path: root/js/dist/button.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-03-11 17:13:30 +0200
committerXhmikosR <[email protected]>2019-03-11 17:59:08 +0200
commitac67e04ce016406377595291ff1357eda63cc311 (patch)
tree4ad39e3b7079bdb0494ed827f90f49dda7b35ee2 /js/dist/button.js
parentc2b05dd7b5e6e66475dc89de1ca9466c92eb1e90 (diff)
downloadbootstrap-ac67e04ce016406377595291ff1357eda63cc311.tar.xz
bootstrap-ac67e04ce016406377595291ff1357eda63cc311.zip
Dist.
Diffstat (limited to 'js/dist/button.js')
-rw-r--r--js/dist/button.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/dist/button.js b/js/dist/button.js
index dc38c41af..2e1079dd0 100644
--- a/js/dist/button.js
+++ b/js/dist/button.js
@@ -35,7 +35,8 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
- var jQuery = window.jQuery; // Shoutout AngusCroll (https://goo.gl/pxwQGp)
+ var _window = window,
+ jQuery = _window.jQuery; // Shoutout AngusCroll (https://goo.gl/pxwQGp)
/**
* ------------------------------------------------------------------------