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 */
var button = document.querySelector('#locate');
if (button.addEventListener) {