mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-03 16:51:54 +02:00
grunt
This commit is contained in:
18
docs/dist/js/umd/alert.js
vendored
18
docs/dist/js/umd/alert.js
vendored
@@ -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;
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user