diff --git a/docs/reference-1.0.0.html b/docs/reference-1.0.0.html index fa0828b6b..8a8758185 100644 --- a/docs/reference-1.0.0.html +++ b/docs/reference-1.0.0.html @@ -13136,7 +13136,7 @@ and custom events. bringToBack() this -

Brings the layer group to the top of all other layers

+

Brings the layer group to the back of all other layers

@@ -13873,7 +13873,7 @@ The default is the coordsToLatLng static 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

diff --git a/docs/reference-1.0.2.html b/docs/reference-1.0.2.html index b4e3b6ffd..3efd695ad 100644 --- a/docs/reference-1.0.2.html +++ b/docs/reference-1.0.2.html @@ -13425,7 +13425,7 @@ and custom events. bringToBack() this -

Brings the layer group to the top of all other layers

+

Brings the layer group to the back of all other layers

@@ -14202,7 +14202,7 @@ The default is the coordsToLatLng static 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

diff --git a/docs/reference-1.0.3.html b/docs/reference-1.0.3.html index 012be97fc..b54eb0f10 100644 --- a/docs/reference-1.0.3.html +++ b/docs/reference-1.0.3.html @@ -13457,7 +13457,7 @@ and custom events. bringToBack() this -

Brings the layer group to the top of all other layers

+

Brings the layer group to the back of all other layers

@@ -14234,7 +14234,7 @@ The default is the coordsToLatLng static 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

diff --git a/docs/reference-1.1.0.html b/docs/reference-1.1.0.html index b591ad717..ec0bbbd3b 100644 --- a/docs/reference-1.1.0.html +++ b/docs/reference-1.1.0.html @@ -14393,7 +14393,7 @@ and custom events. bringToBack() this -

Brings the layer group to the top of all other layers

+

Brings the layer group to the back of all other layers

@@ -15176,7 +15176,7 @@ The default is the coordsToLatLng static 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

diff --git a/docs/reference-1.2.0.html b/docs/reference-1.2.0.html index 769587ea1..cff25f709 100644 --- a/docs/reference-1.2.0.html +++ b/docs/reference-1.2.0.html @@ -14400,7 +14400,7 @@ and custom events. bringToBack() this -

Brings the layer group to the top of all other layers

+

Brings the layer group to the back of all other layers

@@ -15183,7 +15183,7 @@ The default is the coordsToLatLng static 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

diff --git a/src/layer/FeatureGroup.js b/src/layer/FeatureGroup.js index 630574e47..5913ff95f 100644 --- a/src/layer/FeatureGroup.js +++ b/src/layer/FeatureGroup.js @@ -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'); },