2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

undoing what I suspect are the 'dirty' parts of this commit

This commit is contained in:
Dominic Barnes
2012-02-27 22:55:35 -06:00
parent 0a8efd5320
commit d12737719f
4 changed files with 196 additions and 499 deletions
+1 -1
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
}