From 19edf98c1930e5d61f15682933614873fe4e088f Mon Sep 17 00:00:00 2001 From: Joe Skeen Date: Mon, 4 Dec 2017 18:52:29 -0700 Subject: [PATCH] fix Travis build? --- types/jquery-jcrop/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/jquery-jcrop/index.d.ts b/types/jquery-jcrop/index.d.ts index 030236693a..af2afaf9d7 100644 --- a/types/jquery-jcrop/index.d.ts +++ b/types/jquery-jcrop/index.d.ts @@ -101,6 +101,6 @@ declare namespace JQuery.Jcrop { } } -declare interface JQuery { +interface JQuery { Jcrop(options?: JQuery.Jcrop.Options, callback?: (this: JQuery.Jcrop.Api) => void): JQuery; }