diff options
| author | Mark Otto <[email protected]> | 2018-01-11 22:42:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-01-11 22:42:40 -0800 |
| commit | 6d8d8639f3a290cba93ef406c59ea31ad46e1c6d (patch) | |
| tree | afef6ae26f246839effeb0fe894bab25075c7418 /js/dist/button.js | |
| parent | 80d0943b95984bfaf4997d2198d467876d294bd8 (diff) | |
| download | bootstrap-6d8d8639f3a290cba93ef406c59ea31ad46e1c6d.tar.xz bootstrap-6d8d8639f3a290cba93ef406c59ea31ad46e1c6d.zip | |
dist
Diffstat (limited to 'js/dist/button.js')
| -rw-r--r-- | js/dist/button.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/dist/button.js b/js/dist/button.js index 113ca7281..0f0c233f6 100644 --- a/js/dist/button.js +++ b/js/dist/button.js @@ -48,12 +48,12 @@ var Button = function ($) { function () { function Button(element) { this._element = element; - } // getters + } // Getters var _proto = Button.prototype; - // public + // Public _proto.toggle = function toggle() { var triggerChangeEvent = true; var addAriaPressed = true; @@ -101,7 +101,7 @@ var Button = function ($) { _proto.dispose = function dispose() { $.removeData(this._element, DATA_KEY); this._element = null; - }; // static + }; // Static Button._jQueryInterface = function _jQueryInterface(config) { |
