aboutsummaryrefslogtreecommitdiff
path: root/js/button.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-05-12 21:17:53 -0700
committerMark Otto <[email protected]>2014-05-12 21:17:53 -0700
commitfc462098113b869c5cff5ba907f8cf8ff0a3d9af (patch)
tree0dceafb129d68647b7d0b2adc0e7b3ca653788eb /js/button.js
parentd03fd289d997fc7d8c16ce451f61a34265b48fc4 (diff)
parent95f9184719c6a35db23a267361b2a8ec7d4d8a1c (diff)
downloadbootstrap-fc462098113b869c5cff5ba907f8cf8ff0a3d9af.tar.xz
bootstrap-fc462098113b869c5cff5ba907f8cf8ff0a3d9af.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'js/button.js')
-rw-r--r--js/button.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/button.js b/js/button.js
index bbce6690e..aa7145072 100644
--- a/js/button.js
+++ b/js/button.js
@@ -19,6 +19,8 @@
this.isLoading = false
}
+ Button.VERSION = '3.1.1'
+
Button.DEFAULTS = {
loadingText: 'loading...'
}