From cdf89bef79a35f3eb4cd6350ccbadbd4b00e7e61 Mon Sep 17 00:00:00 2001 From: Joe Skeen Date: Mon, 4 Dec 2017 18:26:15 -0700 Subject: [PATCH] Fix Travis build --- types/jquery-jcrop/jquery-jcrop-tests.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/jquery-jcrop/jquery-jcrop-tests.ts b/types/jquery-jcrop/jquery-jcrop-tests.ts index cdec4c7a68..4a1f5e5330 100644 --- a/types/jquery-jcrop/jquery-jcrop-tests.ts +++ b/types/jquery-jcrop/jquery-jcrop-tests.ts @@ -1,5 +1,3 @@ -/// - jQuery(function($) { $('#target').Jcrop(); });