fix(props): update stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-04-10 00:12:38 +02:00
parent 22ebbce57f
commit ea24ad677d
80 changed files with 12106 additions and 275 deletions

View File

@ -42,7 +42,7 @@ export class ItemOption {
*/
@Prop() href: string;
clickedOptionButton(ev: Event): boolean {
private clickedOptionButton(ev: Event): boolean {
const el = (ev.target as HTMLElement).closest('ion-item-option');
return !!el;
}