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:
authorfat <fat@folders.local>2015-05-11 05:45:38 +0300
committerfat <fat@folders.local>2015-05-11 05:45:38 +0300
commitca9c850ebbfc880dc5021b451ffc9fa12184ff87 (patch)
tree8db34e73d402c3f71fd2e8c853b7fddf6cee33d6 /js/dist/alert.js
parentbbb97a8660639002e70b1786e595ef9171bfecc6 (diff)
add getters for Version and Default where applicable
add modal my gawd
Diffstat (limited to 'js/dist/alert.js')
-rw-r--r--js/dist/alert.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/dist/alert.js b/js/dist/alert.js
index 35e19874c6..63b7012b69 100644
--- a/js/dist/alert.js
+++ b/js/dist/alert.js
@@ -115,6 +115,14 @@ var Alert = (function ($) {
$(element).detach().trigger(Event.CLOSED).remove();
}
}], [{
+ key: 'VERSION',
+
+ // getters
+
+ get: function () {
+ return VERSION;
+ }
+ }, {
key: '_jQueryInterface',
// static