@bmlt-enabled/croutonjs 3.20.3 → 3.20.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/crouton-map.js +0 -1
- package/crouton-map.min.js +1 -1
- package/crouton.js +0 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +0 -1
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton.nojquery.js
CHANGED
|
@@ -18808,7 +18808,6 @@ function MapDelegate(config) {
|
|
|
18808
18808
|
}
|
|
18809
18809
|
if (pixel_height > pixel_width*1.4) {
|
|
18810
18810
|
inDiv.style.height = (pixel_width*1.6)+'px';
|
|
18811
|
-
inDiv.parentNode.style.height = inDiv.style.height;
|
|
18812
18811
|
}
|
|
18813
18812
|
gMainMap = new L.Map ( inDiv, myOptions );
|
|
18814
18813
|
gTileLayer = L.tileLayer(config.tileUrl,config.tileOptions).addTo(gMainMap);
|