@bmlt-enabled/croutonjs 4.1.4 → 4.1.5

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
@@ -273,6 +273,7 @@ function openMarker(id) {
273
273
  jQuery("#meeting-data-row-" + id + " > td").addClass("rowHighlight");
274
274
  }
275
275
  function addControl(div,pos,cb) {
276
+ if (!div) return;
276
277
  if (!gMainMap) {
277
278
  gDiv.appendChild(div);
278
279
  return;