bug fixed - jquery.bbq

This commit is contained in:
Diullei Gomes
2013-06-21 19:47:20 -03:00
parent d3ed16fbab
commit 941dfaaf58
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 );
+1 -1
View File
@@ -5,7 +5,7 @@
/// <reference path="../jquery/jquery.d.ts" />
module JQueryBbq {
declare module JQueryBbq {
interface JQuery {
/**