diff options
| author | fat <[email protected]> | 2013-02-28 20:48:02 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-02-28 20:48:02 -0800 |
| commit | 2f27d9851c72a28fc4591daf87fab8f05e0fb01f (patch) | |
| tree | 1abc923a919057656b1eefff6a87eeafc83a80b2 | |
| parent | a61322c2fb55769cf89216879a17c1e924ca1be2 (diff) | |
| download | bootstrap-2f27d9851c72a28fc4591daf87fab8f05e0fb01f.tar.xz bootstrap-2f27d9851c72a28fc4591daf87fab8f05e0fb01f.zip | |
whitespace
| -rw-r--r-- | docs/assets/js/bootstrap-tooltip.js | 1 |
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) |
