Spell check, missed one.

This commit is contained in:
Mike Castle 2013-11-23 19:24:43 -08:00
parent bba6519860
commit 27806a3be7

View File

@ -267,7 +267,7 @@ window.MapDataRequest.prototype.refresh = function() {
// so as far as plugins are concerned, it should be treated as a finished request // so as far as plugins are concerned, it should be treated as a finished request
window.runHooks('requestFinished', {success: true}); window.runHooks('requestFinished', {success: true});
console.log ('done request preperation (cleared out-of-bounds and invalid for zoom, and rendered cached data)'); console.log ('done request preparation (cleared out-of-bounds and invalid for zoom, and rendered cached data)');
if (Object.keys(this.queuedTiles).length > 0) { if (Object.keys(this.queuedTiles).length > 0) {
// queued requests - don't start processing the download queue immediately - start it after a short delay // queued requests - don't start processing the download queue immediately - start it after a short delay