mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
Merge pull request #6367 from samherrmann/add-missing-properties-to-pnotify
Add firstpos1 and firstpos2 properties to PNotify stack
This commit is contained in:
2
jquery.pnotify/jquery.pnotify.d.ts
vendored
2
jquery.pnotify/jquery.pnotify.d.ts
vendored
@@ -11,6 +11,8 @@ interface PNotifyStack {
|
||||
push?: string;
|
||||
spacing1?: number;
|
||||
spacing2?: number;
|
||||
firstpos1?: number;
|
||||
firstpos2?: number;
|
||||
context?: JQuery
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user