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-07-16 23:11:21 +0300
committerMark Otto <markdotto@gmail.com>2017-07-16 23:11:21 +0300
commit082c9d92fe1057f8dddda32e1002983d82c681aa (patch)
tree3a0a3e7329b1eabdc6b24165ab10fd39558f5058 /js/dist/button.js
parent696b2bee113290774c4b74bd709d008c800f0e30 (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 cd82242c12..4993f53bdb 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);