moved non-config, global variables out of config.js
This commit is contained in:
@@ -50,10 +50,3 @@ var mapTypeData=[
|
||||
|
||||
var mapTypeData = {maptypedata};
|
||||
|
||||
// Please leave the following variables here:
|
||||
var markerCollection = {}; // holds groups of markers
|
||||
|
||||
var map;
|
||||
|
||||
var markersInit = false;
|
||||
var regionsInit = false;
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
var markerCollection = {}; // holds groups of markers
|
||||
|
||||
var map;
|
||||
|
||||
var markersInit = false;
|
||||
var regionsInit = false;
|
||||
|
||||
var prevInfoWindow = null;
|
||||
|
||||
function prepareSignMarker(marker, item) {
|
||||
|
||||
Reference in New Issue
Block a user