style(common): fix short param names (#23667)

PR Close #23667
This commit is contained in:
Pete Bacon Darwin
2018-05-03 09:53:12 +01:00
committed by Kara Erickson
parent 725bae1921
commit 15cc85c54a
6 changed files with 18 additions and 18 deletions

View File

@ -67,4 +67,4 @@ export interface LocationChangeEvent {
/**
* @experimental
*/
export interface LocationChangeListener { (e: LocationChangeEvent): any; }
export interface LocationChangeListener { (event: LocationChangeEvent): any; }