From d12737719f3750037409de299b4040d3d09dcf0f Mon Sep 17 00:00:00 2001 From: Dominic Barnes Date: Mon, 27 Feb 2012 22:55:35 -0600 Subject: undoing what I suspect are the 'dirty' parts of this commit --- docs/assets/js/bootstrap-tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/js') diff --git a/docs/assets/js/bootstrap-tooltip.js b/docs/assets/js/bootstrap-tooltip.js index e7bfd09bf..d76e51e8c 100644 --- a/docs/assets/js/bootstrap-tooltip.js +++ b/docs/assets/js/bootstrap-tooltip.js @@ -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 } -- cgit v1.2.3