Enable some more eslint rules from iD rules

This commit is contained in:
Tom Hughes 2019-04-06 15:48:51 +01:00
parent 07aa5ade67
commit 87127d41e9
8 changed files with 48 additions and 18 deletions

View file

@ -2,7 +2,7 @@ L.OSM.sidebar = function(selector) {
var control = {},
sidebar = $(selector),
current = $(),
currentButton = $(),
currentButton = $(),
map;
control.addTo = function (_) {