docstrings: its to it's where appropriate in GridLayer.js (#4963)

Very nitpicky I know.
carto
Matthew Brener 8 years ago committed by Iván Sánchez Ortega
parent 7e772661e5
commit 9bb516970e

@ -639,7 +639,7 @@ L.GridLayer = L.Layer.extend({
});
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) {
this._loading = true;
// @event loading: Event

Loading…
Cancel
Save