mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
Update app.js
Update for linter
This commit is contained in:
committed by
Lachlan Kermode
parent
71d1664542
commit
0673242148
@@ -47,8 +47,8 @@ function updateNarrative (appState, action) {
|
||||
// Compute narrative time range and map bounds
|
||||
if (action.narrative) {
|
||||
// Forced to comment out min and max time changes, not sure why?
|
||||
//minTime = appState.timeline.rangeLimits[0]
|
||||
//maxTime = appState.timeline.rangeLimits[1]
|
||||
// minTime = appState.timeline.rangeLimits[0]
|
||||
// maxTime = appState.timeline.rangeLimits[1]
|
||||
|
||||
// Find max and mins coordinates of narrative events
|
||||
action.narrative.steps.forEach(step => {
|
||||
|
||||
Reference in New Issue
Block a user