mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 05:19:15 +02:00
whitespace in tooltip + don't pass empty selector to $() in dropdown.js
This commit is contained in:
1
docs/assets/js/bootstrap-tooltip.js
vendored
1
docs/assets/js/bootstrap-tooltip.js
vendored
@@ -192,7 +192,6 @@
|
||||
|
||||
, getPosition: function () {
|
||||
var el = this.$element[0]
|
||||
|
||||
return $.extend({}, el.getBoundingClientRect ? el.getBoundingClientRect() : {
|
||||
width: el.offsetWidth
|
||||
, height: el.offsetHeight
|
||||
|
Reference in New Issue
Block a user