Correct documentation regarding bringToBack() (#5788)

This commit is contained in:
fpopa 2017-09-20 15:41:32 +03:00 committed by Per Liedman
parent 8ae4689a93
commit e5a3d5ecc3
6 changed files with 11 additions and 11 deletions

View File

@ -13136,7 +13136,7 @@ and custom events.</li>
<tr id='featuregroup-bringtoback'>
<td><code><b>bringToBack</b>()</nobr></code></td>
<td><code>this</code></td>
<td><p>Brings the layer group to the top of all other layers</p>
<td><p>Brings the layer group to the back of all other layers</p>
</td>
</tr>
<tr id='featuregroup-getbounds'>
@ -13873,7 +13873,7 @@ The default is the <code>coordsToLatLng</code> static method.</td>
<tr id='geojson-bringtoback'>
<td><code><b>bringToBack</b>()</nobr></code></td>
<td><code>this</code></td>
<td><p>Brings the layer group to the top of all other layers</p>
<td><p>Brings the layer group to the back of all other layers</p>
</td>
</tr>
<tr id='geojson-getbounds'>

View File

@ -13425,7 +13425,7 @@ and custom events.</li>
<tr id='featuregroup-bringtoback'>
<td><code><b>bringToBack</b>()</nobr></code></td>
<td><code>this</code></td>
<td><p>Brings the layer group to the top of all other layers</p>
<td><p>Brings the layer group to the back of all other layers</p>
</td>
</tr>
<tr id='featuregroup-getbounds'>
@ -14202,7 +14202,7 @@ The default is the <code>coordsToLatLng</code> static method.</td>
<tr id='geojson-bringtoback'>
<td><code><b>bringToBack</b>()</nobr></code></td>
<td><code>this</code></td>
<td><p>Brings the layer group to the top of all other layers</p>
<td><p>Brings the layer group to the back of all other layers</p>
</td>
</tr>
<tr id='geojson-getbounds'>

View File

@ -13457,7 +13457,7 @@ and custom events.</li>
<tr id='featuregroup-bringtoback'>
<td><code><b>bringToBack</b>()</nobr></code></td>
<td><code>this</code></td>
<td><p>Brings the layer group to the top of all other layers</p>
<td><p>Brings the layer group to the back of all other layers</p>
</td>
</tr>
<tr id='featuregroup-getbounds'>
@ -14234,7 +14234,7 @@ The default is the <code>coordsToLatLng</code> static method.</td>
<tr id='geojson-bringtoback'>
<td><code><b>bringToBack</b>()</nobr></code></td>
<td><code>this</code></td>
<td><p>Brings the layer group to the top of all other layers</p>
<td><p>Brings the layer group to the back of all other layers</p>
</td>
</tr>
<tr id='geojson-getbounds'>

View File

@ -14393,7 +14393,7 @@ and custom events.</li>
<tr id='featuregroup-bringtoback'>
<td><code><b>bringToBack</b>()</nobr></code></td>
<td><code>this</code></td>
<td><p>Brings the layer group to the top of all other layers</p>
<td><p>Brings the layer group to the back of all other layers</p>
</td>
</tr>
<tr id='featuregroup-getbounds'>
@ -15176,7 +15176,7 @@ The default is the <code>coordsToLatLng</code> static method.</td>
<tr id='geojson-bringtoback'>
<td><code><b>bringToBack</b>()</nobr></code></td>
<td><code>this</code></td>
<td><p>Brings the layer group to the top of all other layers</p>
<td><p>Brings the layer group to the back of all other layers</p>
</td>
</tr>
<tr id='geojson-getbounds'>

View File

@ -14400,7 +14400,7 @@ and custom events.</li>
<tr id='featuregroup-bringtoback'>
<td><code><b>bringToBack</b>()</nobr></code></td>
<td><code>this</code></td>
<td><p>Brings the layer group to the top of all other layers</p>
<td><p>Brings the layer group to the back of all other layers</p>
</td>
</tr>
<tr id='featuregroup-getbounds'>
@ -15183,7 +15183,7 @@ The default is the <code>coordsToLatLng</code> static method.</td>
<tr id='geojson-bringtoback'>
<td><code><b>bringToBack</b>()</nobr></code></td>
<td><code>this</code></td>
<td><p>Brings the layer group to the top of all other layers</p>
<td><p>Brings the layer group to the back of all other layers</p>
</td>
</tr>
<tr id='geojson-getbounds'>

View File

@ -69,7 +69,7 @@ export var FeatureGroup = LayerGroup.extend({
},
// @method bringToBack(): this
// Brings the layer group to the top of all other layers
// Brings the layer group to the back of all other layers
bringToBack: function () {
return this.invoke('bringToBack');
},