octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
docs(popover): add missing comma in example (#17401)
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
Brandy Carney
gitea-unlock(16/)
parent
ba4e117e55
commit
d0a9fac5c7
octicon-diff(16/tw-mr-1) 2 changed files with 2 additions and 2 deletions
@@ -52,8 +52,8 @@ async function presentPopover(ev) {
|
||||
|
||||
const popover = await popoverController.create({
|
||||
component: 'popover-example-page',
|
||||
translucent: true
|
||||
event: ev,
|
||||
translucent: true
|
||||
});
|
||||
return await popover.present();
|
||||
}
|
||||
|
||||
@@ -5,8 +5,8 @@ async function presentPopover(ev) {
|
||||
|
||||
const popover = await popoverController.create({
|
||||
component: 'popover-example-page',
|
||||
translucent: true
|
||||
event: ev,
|
||||
translucent: true
|
||||
});
|
||||
return await popover.present();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user