From: Braden Whitten Date: Tue, 6 Aug 2013 21:02:57 +0000 (-0400) Subject: Fix spacing after '=' X-Git-Tag: v3.0.0-rc.2~55^2~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f816a18f7980d22de07f6e341551af68c3ba7958;p=thirdparty%2Fbootstrap.git Fix spacing after '=' Just added a space after a function definition to tidy up the code. --- diff --git a/js/popover.js b/js/popover.js index 4d49792472..24b85715fe 100644 --- a/js/popover.js +++ b/js/popover.js @@ -81,7 +81,7 @@ o.content) } - Popover.prototype.arrow =function () { + Popover.prototype.arrow = function () { return this.$arrow = this.$arrow || this.tip().find('.arrow') }