X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F10-bootstrap-modal.js;h=738129628f86faab13317950b73d7c5818979b15;hb=d7914dea8a59068b1d0b03ba948e5584f266e8e1;hp=93891aa4eb26b8fdeb1423c4dafdc3ab2432a99b;hpb=e4d5bdf52a921932551c051df63ea8087d2037da;p=gruntmaster-page.git diff --git a/js/10-bootstrap-modal.js b/js/10-bootstrap-modal.js index 93891aa..7381296 100644 --- a/js/10-bootstrap-modal.js +++ b/js/10-bootstrap-modal.js @@ -1,8 +1,8 @@ /* ======================================================================== - * Bootstrap: modal.js v3.3.1 + * Bootstrap: modal.js v3.3.2 * http://getbootstrap.com/javascript/#modals * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. + * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * ======================================================================== */ @@ -30,7 +30,7 @@ } } - Modal.VERSION = '3.3.1' + Modal.VERSION = '3.3.2' Modal.TRANSITION_DURATION = 300 Modal.BACKDROP_TRANSITION_DURATION = 150 @@ -321,4 +321,4 @@ Plugin.call($target, option, this) }) -}(jQuery); +}(Zepto);