Skip to content

Commit

Permalink
fix(toast): remove unused options
Browse files Browse the repository at this point in the history
references #5582
  • Loading branch information
brandyscarney committed Apr 21, 2016
1 parent 0264532 commit f9ea2d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ionic/components/toast/toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,8 @@ class ToastCmp {
}

export interface ToastOptions {
title?: string;
message?: string;
cssClass?: string;
buttons?: Array<any>;
duration?: number;
showCloseButton?: boolean;
closeButtonText?: string;
Expand Down

0 comments on commit f9ea2d8

Please sign in to comment.