2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

top stripping leading and trailing whitespace + always use .html method

This commit is contained in:
Jacob Thornton
2012-03-21 21:35:02 -07:00
parent 663e41d74f
commit d5fb653914
5 changed files with 4 additions and 12 deletions
-2
View File
@@ -206,8 +206,6 @@
title = $e.attr('data-original-title')
|| (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
title = (title || '').toString().replace(/(^\s*|\s*$)/, "")
return title
}