mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 23:54:08 +02:00
whitespace
This commit is contained in:
1
docs/assets/js/bootstrap-tooltip.js
vendored
1
docs/assets/js/bootstrap-tooltip.js
vendored
@@ -84,7 +84,6 @@
|
|||||||
, options = {}
|
, options = {}
|
||||||
, self
|
, self
|
||||||
|
|
||||||
|
|
||||||
this._options && $.each(this._options, function (key, value) {
|
this._options && $.each(this._options, function (key, value) {
|
||||||
if (defaults[key] != value) options[key] = value
|
if (defaults[key] != value) options[key] = value
|
||||||
}, this)
|
}, this)
|
||||||
|
Reference in New Issue
Block a user