asn10038/WYA

Variable redefined

Opened this issue · 0 comments

JSHint points out cases where a variable is being redefined, which could lead to potential incorrectly implementation. Warnings are given in the report at the following places:

  • WYA/js/gmaps.js: line 137, col 3, 'id' is already defined.
  • WYA/js/gmaps.js: line 386, col 11, 'i' is already defined.
  • WYA/js/gmaps.js: line 524, col 14, 'ev' is already defined.
  • WYA/js/gmaps.js: line 525, col 11, 'name' is already defined.
  • WYA/js/gmaps.js: line 803, col 12, 'ev' is already defined.
  • WYA/js/gmaps.js: line 944, col 14, 'i' is already defined.
  • WYA/js/gmaps.js: line 948, col 13, 'marker' is already defined.
  • WYA/js/gmaps.js: line 959, col 14, 'i' is already defined.
  • WYA/js/gmaps.js: line 960, col 11, 'marker' is already defined.
  • WYA/js/gmaps.js: line 1850, col 7, 'options' is already defined.