azure-maps-control 2.1.15 → 2.1.16

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.
@@ -342,7 +342,7 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
342
342
  return Url;
343
343
  }());
344
344
 
345
- var version = "2.1.15";
345
+ var version = "2.1.16";
346
346
 
347
347
  /**
348
348
  * A helper class that provides methods for getting various forms of the map controls current version.
@@ -4782,6 +4782,7 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
4782
4782
  return this.container;
4783
4783
  };
4784
4784
  TrafficControl.prototype.onRemove = function () {
4785
+ _super.prototype.onRemove.call(this);
4785
4786
  this.map = null;
4786
4787
  };
4787
4788
  /**