diff options
| author | Heinrich Fenkart <[email protected]> | 2014-06-12 06:00:02 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-06-12 06:00:02 +0200 |
| commit | e9d6756a1ac76a9db31a41e8e03f663bedc41b70 (patch) | |
| tree | e6ed13f1a47ed627a01ea08fa432827bdcf896f0 /js/button.js | |
| parent | 63767f8806f29b8b995533fcfefba88765fb402c (diff) | |
| download | bootstrap-e9d6756a1ac76a9db31a41e8e03f663bedc41b70.tar.xz bootstrap-e9d6756a1ac76a9db31a41e8e03f663bedc41b70.zip | |
Fix regression of #10038 introduced by #13772
Diffstat (limited to 'js/button.js')
| -rw-r--r-- | js/button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/button.js b/js/button.js index cab7d8c3d..c05c5e3dd 100644 --- a/js/button.js +++ b/js/button.js @@ -9,7 +9,7 @@ (function (o_o) { typeof define === 'function' && define.amd ? define(['jquery'], o_o) : - typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery) + typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery) })(function ($) { 'use strict'; |
