aboutsummaryrefslogtreecommitdiff
path: root/js/tooltip.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-05-29 07:35:22 +0300
committerXhmikosR <[email protected]>2014-06-06 01:23:07 +0300
commite2cabe4971927e3dbbbda4c81ae8f74abdee2d15 (patch)
tree086e0a8dc55a0aec974cbb38347360b5828965a8 /js/tooltip.js
parent82fc03f3b6caccd134827a83c346456b920f4ba8 (diff)
downloadbootstrap-e2cabe4971927e3dbbbda4c81ae8f74abdee2d15.tar.xz
bootstrap-e2cabe4971927e3dbbbda4c81ae8f74abdee2d15.zip
Minor style tweaks.
Diffstat (limited to 'js/tooltip.js')
-rw-r--r--js/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index 0dd4c1fa6..3b8ac17f6 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -304,7 +304,7 @@
Tooltip.prototype.fixTitle = function () {
var $e = this.$element
- if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
+ if ($e.attr('title') || typeof ($e.attr('data-original-title')) != 'string') {
$e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
}
}