aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js
diff options
context:
space:
mode:
authorDominic Barnes <[email protected]>2012-02-27 22:55:35 -0600
committerDominic Barnes <[email protected]>2012-02-27 22:55:35 -0600
commitd12737719f3750037409de299b4040d3d09dcf0f (patch)
treebe7dd113283f639d58e2de8c04097cc03aba08d3 /docs/assets/js
parent0a8efd5320dca80ad911c2d5e4a9404a010ff78e (diff)
downloadbootstrap-d12737719f3750037409de299b4040d3d09dcf0f.tar.xz
bootstrap-d12737719f3750037409de299b4040d3d09dcf0f.zip
undoing what I suspect are the 'dirty' parts of this commit
Diffstat (limited to 'docs/assets/js')
-rw-r--r--docs/assets/js/bootstrap-tooltip.js2
1 files changed, 1 insertions, 1 deletions
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
}