From 71e05ab1e83ebe60c2fffce88721ce682ff6ba72 Mon Sep 17 00:00:00 2001 From: TotPeRo Date: Thu, 24 Aug 2017 14:25:24 +0300 Subject: [PATCH] Update index.d.ts --- types/waitme/index.d.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/types/waitme/index.d.ts b/types/waitme/index.d.ts index 18693e9db3..78616faa3d 100644 --- a/types/waitme/index.d.ts +++ b/types/waitme/index.d.ts @@ -7,7 +7,6 @@ /// 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, ...}); */