mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
whitespace in tooltip + don't pass empty selector to $() in dropdown.js
This commit is contained in:
Vendored
-1
@@ -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