Clear entity id cache on reset()

This commit is contained in:
Bryan Housel
2017-08-24 13:10:51 -04:00
parent bcfcfdea35
commit cabc98649f

View File

@@ -180,6 +180,7 @@ export default {
userDetails = undefined;
rateLimitError = undefined;
_.forEach(inflight, abortRequest);
entityCache = {};
loadedTiles = {};
inflight = {};
return this;