@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 CHANGED
@@ -790,7 +790,6 @@ function MapDelegate(config) {
790
790
  }
791
791
  if (pixel_height > pixel_width*1.4) {
792
792
  inDiv.style.height = (pixel_width*1.6)+'px';
793
- inDiv.parentNode.style.height = inDiv.style.height;
794
793
  }
795
794
  gMainMap = new L.Map ( inDiv, myOptions );
796
795
  gTileLayer = L.tileLayer(config.tileUrl,config.tileOptions).addTo(gMainMap);