aboutsummaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/events/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/events/index.js b/features/events/index.js
index 85df364..5af1b09 100644
--- a/features/events/index.js
+++ b/features/events/index.js
@@ -193,6 +193,9 @@ class Events extends Feature {
this.burrialData.locations = []
this.burrialData.historicalLocations = []
this.lastRequestTime = 0
+
+ this.lastPath = undefined
+ this.lastPathCords = undefined
this.nextUpdateApprox = Date.now()