diff options
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 +}); |
