Skip to content
Permalink
Browse files
Missing '}' in jQuery.param method in ajax.js
  • Loading branch information
brandonaaron committed Nov 16, 2006
1 parent 317ea5c commit 6404d6e
Showing 1 changed file with 1 addition and 0 deletions.
@@ -901,6 +901,7 @@ jQuery.extend({
} else {
s.push( j + "=" + encodeURIComponent( a[j] ) );
}
}
}

// Return the resulting serialization

0 comments on commit 6404d6e

Please sign in to comment.