[jQuery] jQuery.merge() question

[jQuery] jQuery.merge() question

From SVN:
/**
* Merge two arrays together, removing all duplicates.
*
* @private
* @name $.merge
* @type Array
* @param Array a The first array to merge.
* @param Array b The second array to merge.
*/
Which is merged into? IE, which array should be the 'defaults'?
I assume array a is the defaults, and anything not in array a gets added
to the result from array b. Either way, it'd be nice fo ryou to clear it
up in the documentation.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/