From 9b36d21c37b263252957b81a1bde10fdd29a523f Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Tue, 29 Mar 2011 05:29:37 -0400 Subject: [PATCH] moved non-config, global variables out of config.js --- config.js | 7 ------- web_assets/functions.js | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config.js b/config.js index 9296853..6be0893 100644 --- a/config.js +++ b/config.js @@ -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; diff --git a/web_assets/functions.js b/web_assets/functions.js index 174a43a..3487d5b 100644 --- a/web_assets/functions.js +++ b/web_assets/functions.js @@ -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) {