Commit 187e6641 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #9169 from bwhitty/3.0.0-wip

Fix spacing after '=' in popover.js
parents 521f8527 f816a18f
......@@ -81,7 +81,7 @@
o.content)
}
Popover.prototype.arrow =function () {
Popover.prototype.arrow = function () {
return this.$arrow = this.$arrow || this.tip().find('.arrow')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment