]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
grunt dist on spacing change
authorMark Otto <otto@github.com>
Tue, 6 Aug 2013 21:57:14 +0000 (14:57 -0700)
committerMark Otto <otto@github.com>
Tue, 6 Aug 2013 21:57:14 +0000 (14:57 -0700)
dist/js/bootstrap.js

index 3ec3b8707c9020ff108165f203a2393574b18f94..65c36b0556fa9c00e9c9e7650955ee9a215529fd 100644 (file)
@@ -1526,7 +1526,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
             o.content)
   }
 
-  Popover.prototype.arrow =function () {
+  Popover.prototype.arrow = function () {
     return this.$arrow = this.$arrow || this.tip().find('.arrow')
   }