From 10890574d3c6fddbe0acae1943ee02935d55ff8e Mon Sep 17 00:00:00 2001 From: Marc-Andre Roy Date: Fri, 22 Mar 2013 16:18:55 -0400 Subject: [PATCH] Add backgroundpositionClass to definition Add backgroundpositionClass to ToastrOptions interface --- toastr/toastr.d.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/toastr/toastr.d.ts b/toastr/toastr.d.ts index f1a038704..8d3047ad7 100644 --- a/toastr/toastr.d.ts +++ b/toastr/toastr.d.ts @@ -62,6 +62,10 @@ interface ToastrOptions { */ positionClass?: string; /** + * Where toast should be displayed - background + */ + backgroundpositionClass?: string; + /** * Time in milliseconds that the toast should be displayed */ timeOut?: number; @@ -146,4 +150,4 @@ interface Toastr { version: string; } -declare var toastr: Toastr; \ No newline at end of file +declare var toastr: Toastr;