0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

automatic grunt dist

This commit is contained in:
Bootstrap's Grunt bot 2015-03-21 23:10:30 +00:00
parent fa9d28b634
commit e22a73fd38
4 changed files with 8 additions and 4 deletions

View File

@ -839,6 +839,8 @@ if (typeof jQuery === 'undefined') {
if (!$parent.hasClass('open')) return
if (e && e.type == 'click' && /input|textarea/i.test(e.target.tagName) && $.contains($parent[0], e.target)) return
$parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget))
if (e.isDefaultPrevented()) return

File diff suppressed because one or more lines are too long

View File

@ -839,6 +839,8 @@ if (typeof jQuery === 'undefined') {
if (!$parent.hasClass('open')) return
if (e && e.type == 'click' && /input|textarea/i.test(e.target.tagName) && $.contains($parent[0], e.target)) return
$parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget))
if (e.isDefaultPrevented()) return

File diff suppressed because one or more lines are too long