Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-08-20 22:09:33 +0300
committerMark Otto <markdotto@gmail.com>2017-08-20 22:09:33 +0300
commit25bbfcdd7c656395c00876ae8342e56b1c6945a0 (patch)
tree5ce23cd9d344537826c78dd7e192dd1f00adf45c /js/dist/button.js
parent1da730c67f82324477ae1a029407b4bc04db94ee (diff)
dist
Diffstat (limited to 'js/dist/button.js')
-rw-r--r--js/dist/button.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/dist/button.js b/js/dist/button.js
index 69af9a8ada..41fa7683a4 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);