From bb34a7bedba0b3fce7f34a4bd1754cb22e9cf488 Mon Sep 17 00:00:00 2001 From: Sam Herrmann Date: Tue, 20 Oct 2015 22:07:10 -0400 Subject: [PATCH] Add firstpos1 and firstpos2 properties to PNotify stack Per PNotify documentation: https://github.com/sciactive/pnotify#example-stacks --- jquery.pnotify/jquery.pnotify.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jquery.pnotify/jquery.pnotify.d.ts b/jquery.pnotify/jquery.pnotify.d.ts index 6e3e67cd34..a21416f845 100644 --- a/jquery.pnotify/jquery.pnotify.d.ts +++ b/jquery.pnotify/jquery.pnotify.d.ts @@ -11,6 +11,8 @@ interface PNotifyStack { push?: string; spacing1?: number; spacing2?: number; + firstpos1?: number; + firstpos2?: number; context?: JQuery }