mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
Update angularjs-toaster.d.ts
fix typo: into -> info
This commit is contained in:
2
angularjs-toaster/angularjs-toaster.d.ts
vendored
2
angularjs-toaster/angularjs-toaster.d.ts
vendored
@@ -16,7 +16,7 @@ declare module ngtoaster {
|
||||
error(params: IPopParams): void
|
||||
error(title?:string, body?:string, timeout?:number, bodyOutputType?:string, clickHandler?:EventListener,
|
||||
toasterId?:number): void
|
||||
into(params: IPopParams): void
|
||||
info(params: IPopParams): void
|
||||
info(title?:string, body?:string, timeout?:number, bodyOutputType?:string, clickHandler?:EventListener,
|
||||
toasterId?:number): void
|
||||
wait(params: IPopParams): void
|
||||
|
||||
Reference in New Issue
Block a user