From ee3f8191db3b1b4cb341c9b5c54a9fbbe35dbcdf Mon Sep 17 00:00:00 2001 From: Mo Abbas Date: Fri, 15 Sep 2017 12:01:39 +1000 Subject: [PATCH] change positionAll animate from string to boolean --- types/jquery.pnotify/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/jquery.pnotify/index.d.ts b/types/jquery.pnotify/index.d.ts index 07de33d2d9..2c82c1269a 100644 --- a/types/jquery.pnotify/index.d.ts +++ b/types/jquery.pnotify/index.d.ts @@ -338,7 +338,7 @@ interface PNotifyConstructor { /** * Reposition the notices, optionally animating their movement. */ - positionAll(animate?: string): void + positionAll(animate?: boolean): void } declare var PNotify: PNotifyConstructor;