Merge pull request #673 from Diullei/master

bug fix - jquery.bbq
This commit is contained in:
Diullei Gomes
2013-06-21 15:50:49 -07:00
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 {
/**