mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-29 15:44:31 +00:00
[jquery.notify] fix: JQueryNotifyInstance interface should not extend JQuery
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user