xy-map 1.1.34 → 1.1.35
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/package.json +1 -1
- package/xy-map.common.js +1 -0
- package/xy-map.umd.js +1 -0
- package/xy-map.umd.min.js +1 -1
package/package.json
CHANGED
package/xy-map.common.js
CHANGED
|
@@ -44194,6 +44194,7 @@ class mapSdk {
|
|
|
44194
44194
|
popup.on('close', e => {
|
|
44195
44195
|
popup = null;
|
|
44196
44196
|
});
|
|
44197
|
+
return popup;
|
|
44197
44198
|
}
|
|
44198
44199
|
|
|
44199
44200
|
/**
|
package/xy-map.umd.js
CHANGED
|
@@ -44212,6 +44212,7 @@ class mapSdk {
|
|
|
44212
44212
|
popup.on('close', e => {
|
|
44213
44213
|
popup = null;
|
|
44214
44214
|
});
|
|
44215
|
+
return popup;
|
|
44215
44216
|
}
|
|
44216
44217
|
|
|
44217
44218
|
/**
|