diff options
| author | Mark Otto <[email protected]> | 2017-08-20 13:36:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-20 13:36:58 -0700 |
| commit | 6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a (patch) | |
| tree | 36f9dee99ecdeca0d4e651f95c4b81ff9599e7b1 /js/dist/button.js | |
| parent | 26e6d8b2b28555e2c0e3cdd02e98550420265771 (diff) | |
| download | bootstrap-6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a.tar.xz bootstrap-6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a.zip | |
dist
Diffstat (limited to 'js/dist/button.js')
| -rw-r--r-- | js/dist/button.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/js/dist/button.js b/js/dist/button.js index 41fa7683a..69af9a8ad 100644 --- a/js/dist/button.js +++ b/js/dist/button.js @@ -41,14 +41,14 @@ var Button = function ($) { var Event = { CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY, FOCUS_BLUR_DATA_API: 'focus' + EVENT_KEY + DATA_API_KEY + ' ' + ('blur' + EVENT_KEY + DATA_API_KEY) - }; - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ + /** + * ------------------------------------------------------------------------ + * Class Definition + * ------------------------------------------------------------------------ + */ + }; var Button = function () { function Button(element) { _classCallCheck(this, Button); |
