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

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