egovamap 0.33.27 → 0.33.28

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.
@@ -3717,7 +3717,7 @@ var EGovaGlobeMap = function (
3717
3717
  if (scene == null) return;
3718
3718
  scene.fire(
3719
3719
  msgPrefix + ':addDock',
3720
- { args: [options, data] },
3720
+ { args: [options] },
3721
3721
  parentScene,
3722
3722
  false
3723
3723
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.33.27",
3
+ "version": "0.33.28",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {