From 2f27d9851c72a28fc4591daf87fab8f05e0fb01f Mon Sep 17 00:00:00 2001 From: fat Date: Thu, 28 Feb 2013 20:48:02 -0800 Subject: [PATCH] whitespace --- docs/assets/js/bootstrap-tooltip.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/assets/js/bootstrap-tooltip.js b/docs/assets/js/bootstrap-tooltip.js index a15b81e16e3a..539b160717ac 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)