0

moved non-config, global variables out of config.js

This commit is contained in:
Aaron Griffith
2011-03-29 05:29:37 -04:00
parent 88d4ebe5ae
commit 9b36d21c37
2 changed files with 7 additions and 7 deletions

View File

@@ -50,10 +50,3 @@ var mapTypeData=[
var mapTypeData = {maptypedata}; var mapTypeData = {maptypedata};
// Please leave the following variables here:
var markerCollection = {}; // holds groups of markers
var map;
var markersInit = false;
var regionsInit = false;

View File

@@ -1,3 +1,10 @@
var markerCollection = {}; // holds groups of markers
var map;
var markersInit = false;
var regionsInit = false;
var prevInfoWindow = null; var prevInfoWindow = null;
function prepareSignMarker(marker, item) { function prepareSignMarker(marker, item) {