globe.gl 2.29.1 → 2.29.2
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/globe.gl.js +2 -2
- package/dist/globe.gl.js.map +1 -1
- package/dist/globe.gl.min.js +2 -2
- package/dist/globe.gl.mjs +1 -1
- package/package.json +1 -1
package/dist/globe.gl.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Version 2.29.
|
|
1
|
+
// Version 2.29.2 globe.gl - https://github.com/vasturiano/globe.gl
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
@@ -73033,7 +73033,7 @@
|
|
|
73033
73033
|
|
|
73034
73034
|
function linkKapsule (kapsulePropName, kapsuleType) {
|
|
73035
73035
|
var dummyK = new kapsuleType(); // To extract defaults
|
|
73036
|
-
|
|
73036
|
+
dummyK._destructor && dummyK._destructor();
|
|
73037
73037
|
return {
|
|
73038
73038
|
linkProp: function linkProp(prop) {
|
|
73039
73039
|
// link property config
|