docstrings: its to it's where appropriate in GridLayer.js (#4963)
Very nitpicky I know.
This commit is contained in:
parent
7e772661e5
commit
9bb516970e
@ -639,7 +639,7 @@ L.GridLayer = L.Layer.extend({
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (queue.length !== 0) {
|
if (queue.length !== 0) {
|
||||||
// if its the first batch of tiles to load
|
// if it's the first batch of tiles to load
|
||||||
if (!this._loading) {
|
if (!this._loading) {
|
||||||
this._loading = true;
|
this._loading = true;
|
||||||
// @event loading: Event
|
// @event loading: Event
|
||||||
|
Loading…
Reference in New Issue
Block a user