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.
- package/dist/atlas-core-bare.js +2 -1
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core.js +2 -1
- package/dist/atlas-core.min.js +1 -1
- package/dist/atlas.js +2 -1
- package/dist/atlas.min.js +1 -1
- package/package.json +1 -1
package/dist/atlas-core.js
CHANGED
|
@@ -43487,7 +43487,7 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
|
|
|
43487
43487
|
return Url;
|
|
43488
43488
|
}());
|
|
43489
43489
|
|
|
43490
|
-
var version = "2.1.
|
|
43490
|
+
var version = "2.1.16";
|
|
43491
43491
|
|
|
43492
43492
|
/**
|
|
43493
43493
|
* A helper class that provides methods for getting various forms of the map controls current version.
|
|
@@ -47909,6 +47909,7 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
|
|
|
47909
47909
|
return this.container;
|
|
47910
47910
|
};
|
|
47911
47911
|
TrafficControl.prototype.onRemove = function () {
|
|
47912
|
+
_super.prototype.onRemove.call(this);
|
|
47912
47913
|
this.map = null;
|
|
47913
47914
|
};
|
|
47914
47915
|
/**
|