aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a15b81e16..539b16071 100644
--- a/docs/assets/js/bootstrap-tooltip.js
+++ b/docs/assets/js/bootstrap-tooltip.js
@@ -84,7 +84,6 @@
, options = {}
, self
-
this._options && $.each(this._options, function (key, value) {
if (defaults[key] != value) options[key] = value
}, this)