aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/popover.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/popover.js b/js/popover.js
index 4d4979247..24b85715f 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')
}