From feacf3715a8372f303321d10be01012d1294b586 Mon Sep 17 00:00:00 2001 From: Tyler Date: Thu, 10 Nov 2016 09:23:55 -0600 Subject: [PATCH] Update bootstrap-notify.d.ts --- bootstrap-notify/bootstrap-notify.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap-notify/bootstrap-notify.d.ts b/bootstrap-notify/bootstrap-notify.d.ts index 85e2843569..0686e5ef13 100644 --- a/bootstrap-notify/bootstrap-notify.d.ts +++ b/bootstrap-notify/bootstrap-notify.d.ts @@ -58,4 +58,5 @@ interface NotifySettings { interface NotifyReturn { $ele: JQueryStatic; close: () => void; - update: (command: string, update: any) => void;} + update: (command: string, update: any) => void; +}