diff options
| author | Chris Rebert <[email protected]> | 2013-11-05 16:55:55 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-11-05 16:55:55 -0800 |
| commit | f1b0cd491c4e3a0a564d92e145c1ecf55105557f (patch) | |
| tree | cab378adb044e6d8de148b8282bc8240e840c718 /js/button.js | |
| parent | d2e710a2dfb1a6b4eaccedd975b96b24baa12390 (diff) | |
| parent | f140084f2beb17b0a266b42ab9a03d0b935e5f66 (diff) | |
| download | bootstrap-f1b0cd491c4e3a0a564d92e145c1ecf55105557f.tar.xz bootstrap-f1b0cd491c4e3a0a564d92e145c1ecf55105557f.zip | |
Merge pull request #10039 from daguej/js-refs
Don't explicitly reference global jQuery
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 8a518cb0e..b4f8f3077 100644 --- a/js/button.js +++ b/js/button.js @@ -106,4 +106,4 @@ e.preventDefault() }) -}(window.jQuery); +}(jQuery); |
