mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[jquery.notify] fix: JQueryNotifyInstance interface should not extend JQuery
This commit is contained in:
parent
d5a6f0456b
commit
4d99ff50e8
2
types/jquery.notify/index.d.ts
vendored
2
types/jquery.notify/index.d.ts
vendored
@ -21,7 +21,7 @@ interface JQuery {
|
||||
notify(method: string, template: number, params?: object, opts?: JQueryNotifyOptions): JQueryNotifyInstance;
|
||||
notify(method: string, params?: object, opts?: JQueryNotifyOptions): JQueryNotifyInstance;
|
||||
}
|
||||
interface JQueryNotifyInstance extends JQuery {
|
||||
interface JQueryNotifyInstance {
|
||||
element: JQuery;
|
||||
isOpen: boolean;
|
||||
options: JQueryNotifyOptions;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user