Changed 'eachLayers' to 'eachLayer' (typo)

This commit is contained in:
Joe Alfonso 2012-08-22 11:51:10 -04:00
parent f3352a667a
commit 09160e9735

View File

@ -2558,7 +2558,7 @@ map.fitBounds(bounds);</code></pre>
<td>Removes all the layers from the group.</td>
</tr>
<tr>
<td><code><b>eachLayers</b>(
<td><code><b>eachLayer</b>(
<nobr>&lt;Function&gt; <i>fn</i></nobr>,
<nobr>&lt;Object&gt; <i>context?</i> )</nobr>
</code></td>