poly-js-utils
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "poly-js-utils", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Common client-side tools used in HSS Sites themes and locators.", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -76,3 +76,3 @@ /******************/ | ||
var showStaticGoogleMap = function(latlng, containerID) { | ||
showGoogleMap(latlng, containerID, true, { | ||
return showGoogleMap(latlng, containerID, true, { | ||
disableDefaultUI: true, | ||
@@ -79,0 +79,0 @@ disableDoubleClickZoom: true, |
79200