Add firstpos1 and firstpos2 properties to PNotify stack

Per PNotify documentation:
https://github.com/sciactive/pnotify#example-stacks
This commit is contained in:
Sam Herrmann
2015-10-20 22:07:10 -04:00
parent 68548c2daa
commit bb34a7bedb

View File

@@ -11,6 +11,8 @@ interface PNotifyStack {
push?: string;
spacing1?: number;
spacing2?: number;
firstpos1?: number;
firstpos2?: number;
context?: JQuery
}