mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(all): type issues with TS 3.2
This commit is contained in:

committed by
Manu MA

parent
63cbc92741
commit
aa9d0d4282
@ -122,7 +122,7 @@ export class FabButton implements ComponentInterface {
|
||||
onFocus={this.onFocus}
|
||||
onKeyUp={this.onKeyUp}
|
||||
onBlur={this.onBlur}
|
||||
onClick={ev => openURL(this.win, this.href, ev, this.routerDirection)}
|
||||
onClick={(ev: Event) => openURL(this.win, this.href, ev, this.routerDirection)}
|
||||
>
|
||||
<span class="close-icon">
|
||||
<ion-icon name="close" lazy={false}></ion-icon>
|
||||
|
Reference in New Issue
Block a user