From f9ea2d85a5d41fb33c068c1954c99ede28da1212 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 21 Apr 2016 14:28:58 -0400 Subject: [PATCH] fix(toast): remove unused options references #5582 --- ionic/components/toast/toast.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ionic/components/toast/toast.ts b/ionic/components/toast/toast.ts index 1d0ab9338a7..e060618df06 100644 --- a/ionic/components/toast/toast.ts +++ b/ionic/components/toast/toast.ts @@ -220,9 +220,8 @@ class ToastCmp { } export interface ToastOptions { - title?: string; + message?: string; cssClass?: string; - buttons?: Array; duration?: number; showCloseButton?: boolean; closeButtonText?: string;