mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update index.d.ts
This commit is contained in:
parent
42e17e48b0
commit
71e05ab1e8
5
types/waitme/index.d.ts
vendored
5
types/waitme/index.d.ts
vendored
@ -7,7 +7,6 @@
|
||||
///<reference types="jquery" />
|
||||
|
||||
declare namespace WaitMe {
|
||||
|
||||
interface WaitMeOptions {
|
||||
/**
|
||||
* animation effect (string).
|
||||
@ -86,9 +85,8 @@ declare namespace WaitMe {
|
||||
*/
|
||||
onClose?: () => void;
|
||||
}
|
||||
|
||||
|
||||
interface WaitMeStatic {
|
||||
|
||||
/**
|
||||
* init with default options
|
||||
* @returns {JQuery}
|
||||
@ -113,7 +111,6 @@ declare namespace WaitMe {
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
|
||||
/**
|
||||
* $(container).waitMe({param1 : value1, param2 : value2, ...});
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user