1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-19 06:18:22 +01:00

Merge pull request #9169 from bwhitty/3.0.0-wip

Fix spacing after '=' in popover.js
This commit is contained in:
Chris Rebert 2013-08-06 14:25:17 -07:00
commit 187e6641a8

View File

@ -81,7 +81,7 @@
o.content)
}
Popover.prototype.arrow =function () {
Popover.prototype.arrow = function () {
return this.$arrow = this.$arrow || this.tip().find('.arrow')
}