vendor/assets/javascripts/twbs/bootstrap/modal.js in twbs_sass_rails-7.0.0 vs vendor/assets/javascripts/twbs/bootstrap/modal.js in twbs_sass_rails-7.1.0

- old
+ new

@@ -1,10 +1,10 @@ /* ======================================================================== - * Bootstrap: modal.js v3.4.0 + * Bootstrap: modal.js v3.4.1 * https://getbootstrap.com/docs/3.4/javascript/#modals * ======================================================================== - * Copyright 2011-2018 Twitter, Inc. + * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * ======================================================================== */ +function ($) { @@ -32,10 +32,10 @@ this.$element.trigger('loaded.bs.modal') }, this)) } } - Modal.VERSION = '3.4.0' + Modal.VERSION = '3.4.1' Modal.TRANSITION_DURATION = 300 Modal.BACKDROP_TRANSITION_DURATION = 150 Modal.DEFAULTS = {