diff options
| author | Mark Otto <[email protected]> | 2013-12-08 02:52:15 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-08 02:52:15 -0800 |
| commit | b5613c9af5ed412aace32419378137bf64342203 (patch) | |
| tree | 1169002b77366007abd0be9efff9bf4b85a5b894 /js/button.js | |
| parent | ed63dfd8d301debf35bc93d155dff4527c94388d (diff) | |
| parent | eca8ff380388c1187bc2c86e0ae7fa80aa33111e (diff) | |
| download | bootstrap-b5613c9af5ed412aace32419378137bf64342203.tar.xz bootstrap-b5613c9af5ed412aace32419378137bf64342203.zip | |
Merge pull request #10709 from XhmikosR/quotes
Quotes
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 c9fdde5e4..6c66960d8 100644 --- a/js/button.js +++ b/js/button.js @@ -18,7 +18,7 @@ * ======================================================================== */ -+function ($) { "use strict"; ++function ($) { 'use strict'; // BUTTON PUBLIC CLASS DEFINITION // ============================== |
