Skip to content

Commit 5a03056

Browse files
committed
1 parent c842e7b commit 5a03056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entries/jQuery.map.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $.map( realArray, function(val, i) {
3737
<p>The function can return:</p>
3838
<ul>
3939
<li>the translated value, which will be mapped to the resulting array</li>
40-
<li><code>null</code>, to remove the item</li>
40+
<li><code>null</code> or <code>undefined</code>, to remove the item</li>
4141
<li>an array of values, which will be flattened into the full array</li>
4242
</ul>
4343
</longdesc>

0 commit comments

Comments
 (0)