Skip to content

Commit

Permalink
Merge branch 'explain-map-concat' of https://github.com/ajpiano/jquery
Browse files Browse the repository at this point in the history
…into ajpiano-explain-map-concat
  • Loading branch information
jeresig committed Dec 9, 2010
2 parents cec68e2 + 34bf1a2 commit bc05cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ jQuery.extend({
}
}

// Flatten any nested arrays
return ret.concat.apply( [], ret );
},

Expand Down

0 comments on commit bc05cb9

Please sign in to comment.