]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix spacing after '=' 9169/head
authorBraden Whitten <bwhitten@buffalo.edu>
Tue, 6 Aug 2013 21:02:57 +0000 (17:02 -0400)
committerBraden Whitten <bwhitten@buffalo.edu>
Tue, 6 Aug 2013 21:02:57 +0000 (17:02 -0400)
Just added a space after a function definition to tidy up the code.

js/popover.js

index 4d49792472adf6226303708cd6f27019323f0ab3..24b85715fe9c38bfa256faaee31665dd8b06aaa0 100644 (file)
@@ -81,7 +81,7 @@
             o.content)
   }
 
-  Popover.prototype.arrow =function () {
+  Popover.prototype.arrow = function () {
     return this.$arrow = this.$arrow || this.tip().find('.arrow')
   }