aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorfat <[email protected]>2013-02-28 20:48:02 -0800
committerfat <[email protected]>2013-02-28 20:48:02 -0800
commit2f27d9851c72a28fc4591daf87fab8f05e0fb01f (patch)
tree1abc923a919057656b1eefff6a87eeafc83a80b2 /docs/assets
parenta61322c2fb55769cf89216879a17c1e924ca1be2 (diff)
downloadbootstrap-2f27d9851c72a28fc4591daf87fab8f05e0fb01f.tar.xz
bootstrap-2f27d9851c72a28fc4591daf87fab8f05e0fb01f.zip
whitespace
Diffstat (limited to 'docs/assets')
-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)