poly-js-utils
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "poly-js-utils", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Common client-side tools used in HSS Sites themes and locators.", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -54,2 +54,5 @@ /******************/ | ||
_googleMaps[containerID] = map; | ||
} else { | ||
// Force a resize so that we don't see missing tiles | ||
google.maps.event.trigger(map, "resize"); | ||
} | ||
@@ -56,0 +59,0 @@ map.setOptions(options); |
58022
1477