diff options
| author | Mark Otto <[email protected]> | 2015-06-19 16:26:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-19 16:26:33 -0700 |
| commit | bc29c016b7afefa2a9a42e94efaee58695049285 (patch) | |
| tree | ac294f7fbc18d4ba8c6b4179b7d1cbeb6481d70b /dist/js/umd/alert.js | |
| parent | 8410afe0e104459a613f6232ad46334aa8b99fda (diff) | |
| parent | 3df2d085ed219a16848b96e90a72fcd5575a5270 (diff) | |
| download | bootstrap-bc29c016b7afefa2a9a42e94efaee58695049285.tar.xz bootstrap-bc29c016b7afefa2a9a42e94efaee58695049285.zip | |
Merge branch 'v4' into v4_builds
Diffstat (limited to 'dist/js/umd/alert.js')
| -rw-r--r-- | dist/js/umd/alert.js | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dist/js/umd/alert.js b/dist/js/umd/alert.js index 4c2e1f77e..95c8de64e 100644 --- a/dist/js/umd/alert.js +++ b/dist/js/umd/alert.js @@ -140,14 +140,6 @@ $(element).detach().trigger(Event.CLOSED).remove(); } }], [{ - key: 'VERSION', - - // getters - - get: function () { - return VERSION; - } - }, { key: '_jQueryInterface', // static @@ -178,6 +170,14 @@ alertInstance.close(this); }; } + }, { + key: 'VERSION', + + // getters + + get: function () { + return VERSION; + } }]); return Alert; @@ -208,4 +208,4 @@ })(jQuery); module.exports = Alert; -});
\ No newline at end of file +}); |
