Skip to content

Commit

Permalink
Correct documentation regarding bringToBack() (#5788)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpopa authored and perliedman committed Sep 20, 2017
1 parent 8ae4689 commit e5a3d5e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/reference-1.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -13136,7 +13136,7 @@ <h3 id='featuregroup-method'>Methods</h3>
<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'>
Expand Down Expand Up @@ -13873,7 +13873,7 @@ <h3 id=''>Methods</h3>
<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'>
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-1.0.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -13425,7 +13425,7 @@ <h3 id='featuregroup-method'>Methods</h3>
<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'>
Expand Down Expand Up @@ -14202,7 +14202,7 @@ <h3 id='geojson-method'>Methods</h3>
<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'>
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-1.0.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -13457,7 +13457,7 @@ <h3 id='featuregroup-method'>Methods</h3>
<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'>
Expand Down Expand Up @@ -14234,7 +14234,7 @@ <h3 id='geojson-method'>Methods</h3>
<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'>
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-1.1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -14393,7 +14393,7 @@ <h3 id='featuregroup-method'>Methods</h3>
<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'>
Expand Down Expand Up @@ -15176,7 +15176,7 @@ <h3 id='geojson-method'>Methods</h3>
<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'>
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-1.2.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -14400,7 +14400,7 @@ <h3 id='featuregroup-method'>Methods</h3>
<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'>
Expand Down Expand Up @@ -15183,7 +15183,7 @@ <h3 id='geojson-method'>Methods</h3>
<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'>
Expand Down
2 changes: 1 addition & 1 deletion src/layer/FeatureGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
},
Expand Down

0 comments on commit e5a3d5e

Please sign in to comment.