add comment about potential improvement to request handling

This commit is contained in:
Jon Atkins 2013-10-29 20:41:36 +00:00
parent e7fe4bb1dd
commit a428dcf54d

View File

@ -501,6 +501,9 @@ window.MapDataRequest.prototype.handleResponse = function (data, tiles, success)
} }
// TODO? check for any requested tiles in 'tiles' not being mentioned in the response - and handle as if it's a 'timeout'?
window.runHooks('requestFinished', {success: true}); window.runHooks('requestFinished', {success: true});
} }