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>2013-03-01 08:48:02 +0400
committerfat <jacobthornton@gmail.com>2013-03-01 08:48:02 +0400
commit2f27d9851c72a28fc4591daf87fab8f05e0fb01f (patch)
tree1abc923a919057656b1eefff6a87eeafc83a80b2 /docs/assets/js/bootstrap-tooltip.js
parenta61322c2fb55769cf89216879a17c1e924ca1be2 (diff)
whitespace
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 a15b81e16e..539b160717 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)