fix Travis build?

This commit is contained in:
Joe Skeen
2017-12-04 18:52:29 -07:00
parent 14c69bf31a
commit 19edf98c19

View File

@@ -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;
}