mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
@@ -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 );
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
module JQueryBbq {
|
||||
declare module JQueryBbq {
|
||||
|
||||
interface JQuery {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user