Fixed typoooo.
This commit is contained in:
parent
2d32400e3c
commit
689739072f
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
|
@ -1571,7 +1571,7 @@ jQuery.extend({
|
||||||
* @name $.merge
|
* @name $.merge
|
||||||
* @type Array
|
* @type Array
|
||||||
* @param Array first The first array to merge, the unique elements of second added.
|
* @param Array first The first array to merge, the unique elements of second added.
|
||||||
* @param Array second The second array to merge into the first, unalterd.
|
* @param Array second The second array to merge into the first, unaltered.
|
||||||
* @cat JavaScript
|
* @cat JavaScript
|
||||||
*/
|
*/
|
||||||
merge: function(first, second) {
|
merge: function(first, second) {
|
||||||
|
|
Loading…
Reference in a new issue