refactor(popover): rename ev to event?

fixes #15014
This commit is contained in:
Manu Mtz.-Almeida
2018-08-07 23:16:47 +02:00
parent 2a4327f850
commit 8cc1ce253e
19 changed files with 83 additions and 82 deletions

View File

@@ -5,7 +5,7 @@ async function presentPopover() {
const popoverElement = await popoverController.create({
component: 'profile-page',
ev: event
event: event
});
return await popoverElement.present();
}