]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
run grunt dist
authorMark Otto <otto@github.com>
Mon, 5 Aug 2013 04:09:05 +0000 (21:09 -0700)
committerMark Otto <otto@github.com>
Mon, 5 Aug 2013 04:09:05 +0000 (21:09 -0700)
dist/js/bootstrap.js

index dc6344d5a602267cd8f072c293d06978d6538ecc..29f4eea403ba23c040d1a9d1b1522e10a76bf9cb 100644 (file)
@@ -1380,7 +1380,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
     return this.$tip = this.$tip || $(this.options.template)
   }
 
-  Tooltip.prototype.arrow =function () {
+  Tooltip.prototype.arrow = function () {
     return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')
   }