mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Merge pull request #9169 from bwhitty/3.0.0-wip
Fix spacing after '=' in popover.js
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@
|
|||||||
o.content)
|
o.content)
|
||||||
}
|
}
|
||||||
|
|
||||||
Popover.prototype.arrow =function () {
|
Popover.prototype.arrow = function () {
|
||||||
return this.$arrow = this.$arrow || this.tip().find('.arrow')
|
return this.$arrow = this.$arrow || this.tip().find('.arrow')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user