mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-25 05:34:36 +00:00
Update index.d.ts
This commit is contained in:
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, ...});
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user