Skip to content

Commit bb34a7b

Browse files
author
Sam Herrmann
committed
Add firstpos1 and firstpos2 properties to PNotify stack
Per PNotify documentation: https://github.com/sciactive/pnotify#example-stacks
1 parent 68548c2 commit bb34a7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jquery.pnotify/jquery.pnotify.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ interface PNotifyStack {
1111
push?: string;
1212
spacing1?: number;
1313
spacing2?: number;
14+
firstpos1?: number;
15+
firstpos2?: number;
1416
context?: JQuery
1517
}
1618

0 commit comments

Comments
 (0)