1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 16:28:26 +02:00

Adding a 'horizontal' option to description lists, similar to .form-horizontal

This commit is contained in:
Dominic Barnes
2012-02-25 21:21:05 -06:00
parent 43760eb202
commit 0a8efd5320
7 changed files with 575 additions and 207 deletions

View File

@@ -206,7 +206,7 @@
title = $e.attr('data-original-title')
|| (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
title = title.toString().replace(/(^\s*|\s*$)/, "")
title = (title || '').toString().replace(/(^\s*|\s*$)/, "")
return title
}