]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
whitespace
authorfat <jacobthornton@gmail.com>
Fri, 1 Mar 2013 04:48:02 +0000 (20:48 -0800)
committerfat <jacobthornton@gmail.com>
Fri, 1 Mar 2013 04:48:02 +0000 (20:48 -0800)
docs/assets/js/bootstrap-tooltip.js

index a15b81e16e3a697026baf8882e6e3bc13e51535e..539b160717acb70e31c0e4805378fb6fae475947 100644 (file)
@@ -84,7 +84,6 @@
         , options = {}
         , self
 
-
       this._options && $.each(this._options, function (key, value) {
         if (defaults[key] != value) options[key] = value
       }, this)