All my js files now pass eslint tests

This commit is contained in:
Jonny Barnes 2016-06-14 22:17:47 +01:00
parent 765a314a7d
commit a27268bcbb
31 changed files with 39 additions and 37 deletions

View file

@ -1,3 +1,4 @@
/* global L */
//This code runs on page load and looks for <div class="map">, then adds map
var mapDivs = document.querySelectorAll('.map');
for (var i = 0; i < mapDivs.length; i++) {