diff --git a/jquery.bbq/jquery.bbq-tests.ts b/jquery.bbq/jquery.bbq-tests.ts index 1543ae63c..c9a337d71 100644 --- a/jquery.bbq/jquery.bbq-tests.ts +++ b/jquery.bbq/jquery.bbq-tests.ts @@ -149,7 +149,7 @@ test( 'jQuery.param.sorted', function() { expect( tests.length * 2 + 6 ); - $.each( tests, function(i,test){ + $.each( tests, function(i,test: any){ var unsorted = $.param( test.obj, test.traditional ), sorted = $.param.sorted( test.obj, test.traditional ); diff --git a/jquery.bbq/jquery.bbq.d.ts b/jquery.bbq/jquery.bbq.d.ts index 5e94efea9..488b1b6c7 100644 --- a/jquery.bbq/jquery.bbq.d.ts +++ b/jquery.bbq/jquery.bbq.d.ts @@ -5,7 +5,7 @@ /// -module JQueryBbq { +declare module JQueryBbq { interface JQuery { /**