Missing '}' in jQuery.param method in ajax.js

This commit is contained in:
Brandon Aaron 2006-11-16 20:39:28 +00:00
parent 317ea5caea
commit 6404d6e3ec

View file

@ -902,6 +902,7 @@ jQuery.extend({
s.push( j + "=" + encodeURIComponent( a[j] ) );
}
}
}
// Return the resulting serialization
return s.join("&");