codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Expected property shorthand.
Open

turnOffInfoBoxStates:turnOffInfoBoxStates,

Missing space before value for key 'turnOffInfoBoxStates'.
Open

turnOffInfoBoxStates:turnOffInfoBoxStates,

'GoogleMaps' was used before it was defined.
Open

var gmaps = new GoogleMaps();

Unexpected var, use let or const instead.
Open

var _locateTargetTextContainer;

Missing trailing comma.
Open

message: 'Geolocation is not supported.'

Unexpected dangling '_' in '_infoBoxState'.
Open

var _infoBoxState;

Expected indentation of 2 spaces but found 14.
Open

OVER_INFOBOX: 2,

Expected indentation of 2 spaces but found 14.
Open

OVER_MARKER: 4,

Expected indentation of 2 spaces but found 14.
Open

IS_TOUCH: 64

'google' is not defined.
Open

google.maps.event.addListener(_infoBox, 'domready', function() {

'_closeInfoBoxHandler' was used before it was defined.
Open

buttonClose.addEventListener('mousedown', _closeInfoBoxHandler, false);

'updateInfoBoxState' was used before it was defined.
Open

updateInfoBoxState();

Expected property shorthand.
Open

turnOn:turnOn,

'_callback' is assigned a value but never used.
Open

var _callback;

Missing trailing comma.
Open

load:load

Unexpected var, use let or const instead.
Open

var _mapDOM;

Unexpected var, use let or const instead.
Open

var _overMarker;

Expected { after 'else'.
Open

else

All 'var' declarations must be at the top of the function scope.
Open

var markerData = markerDataLoader.getData();

All 'var' declarations must be at the top of the function scope.
Open

var marker;
Severity
Category
Status
Source
Language