mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 10:34:07 +02:00
add getters for Version and Default where applicable
add modal my gawd
This commit is contained in:
8
js/dist/alert.js
vendored
8
js/dist/alert.js
vendored
@@ -115,6 +115,14 @@ var Alert = (function ($) {
|
||||
$(element).detach().trigger(Event.CLOSED).remove();
|
||||
}
|
||||
}], [{
|
||||
key: 'VERSION',
|
||||
|
||||
// getters
|
||||
|
||||
get: function () {
|
||||
return VERSION;
|
||||
}
|
||||
}, {
|
||||
key: '_jQueryInterface',
|
||||
|
||||
// static
|
||||
|
Reference in New Issue
Block a user