Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <jacobthornton@gmail.com>2012-12-20 10:26:36 +0400
committerfat <jacobthornton@gmail.com>2012-12-20 10:26:36 +0400
commit96e5fa6143072db64f34482873c6f7d6b3ec4ffd (patch)
tree09c45192eebbf31073589a4777791a1159cfc97d /docs/assets/js/bootstrap-tooltip.js
parent7c456c85545b433759913051779bf4af9b000d48 (diff)
whitespace in tooltip + don't pass empty selector to $() in dropdown.js
Diffstat (limited to 'docs/assets/js/bootstrap-tooltip.js')
-rw-r--r--docs/assets/js/bootstrap-tooltip.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap-tooltip.js b/docs/assets/js/bootstrap-tooltip.js
index aef2f27606..25bba15892 100644
--- a/docs/assets/js/bootstrap-tooltip.js
+++ b/docs/assets/js/bootstrap-tooltip.js
@@ -192,7 +192,6 @@
, getPosition: function () {
var el = this.$element[0]
-
return $.extend({}, el.getBoundingClientRect ? el.getBoundingClientRect() : {
width: el.offsetWidth
, height: el.offsetHeight