aboutsummaryrefslogtreecommitdiff
path: root/js/tooltip.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-08 02:52:15 -0800
committerMark Otto <[email protected]>2013-12-08 02:52:15 -0800
commitb5613c9af5ed412aace32419378137bf64342203 (patch)
tree1169002b77366007abd0be9efff9bf4b85a5b894 /js/tooltip.js
parented63dfd8d301debf35bc93d155dff4527c94388d (diff)
parenteca8ff380388c1187bc2c86e0ae7fa80aa33111e (diff)
downloadbootstrap-b5613c9af5ed412aace32419378137bf64342203.tar.xz
bootstrap-b5613c9af5ed412aace32419378137bf64342203.zip
Merge pull request #10709 from XhmikosR/quotes
Quotes
Diffstat (limited to 'js/tooltip.js')
-rw-r--r--js/tooltip.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index d3bf41fb2..7b10d43a2 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -19,7 +19,7 @@
* ======================================================================== */
-+function ($) { "use strict";
++function ($) { 'use strict';
// TOOLTIP PUBLIC CLASS DEFINITION
// ===============================
@@ -244,7 +244,7 @@
}
Tooltip.prototype.replaceArrow = function (delta, dimension, position) {
- this.arrow().css(position, delta ? (50 * (1 - delta / dimension) + "%") : '')
+ this.arrow().css(position, delta ? (50 * (1 - delta / dimension) + '%') : '')
}
Tooltip.prototype.setContent = function () {