mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 03:11:19 +02:00
Tooltip/Popover: add underscore prefix to protected functions
This commit is contained in:
@@ -162,7 +162,7 @@ describe('Popover', () => {
|
||||
const popover = new Popover(popoverEl)
|
||||
|
||||
popover.setContent({ '.tooltip-inner': 'foo' })
|
||||
const tip = popover.getTipElement()
|
||||
const tip = popover._getTipElement()
|
||||
|
||||
expect(tip).toHaveClass('popover')
|
||||
expect(tip).toHaveClass('bs-popover-auto')
|
||||
|
Reference in New Issue
Block a user