update npm dependencies, fix map style menu issues

This commit is contained in:
Jonny Barnes 2018-04-15 10:43:08 +01:00
parent 7eacb52723
commit f9bd0bad03
88 changed files with 2700 additions and 2035 deletions

View file

@ -3,6 +3,6 @@ import addMap from './mapbox-utils';
let mapDivs = document.querySelectorAll('.map');
for (var div of mapDivs) {
for (let div of mapDivs) {
addMap(div);
}