]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tooltip.js: add missing space
authorChris Rebert <github@rebertia.com>
Mon, 5 Aug 2013 00:36:08 +0000 (17:36 -0700)
committerChris Rebert <github@rebertia.com>
Mon, 5 Aug 2013 00:36:08 +0000 (17:36 -0700)
js/tooltip.js

index 3f9df034076fc5b7b4bbb03f60216049f72a6f3e..8f2beedce225d661b2a25c53302ed4348c97c67f 100644 (file)
     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')
   }