gis-common 1.1.25 → 1.1.26

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.
@@ -526,7 +526,7 @@ var MeasureMode = {
526
526
  deepAssign: function deepAssign() {
527
527
  var len = arguments.length,
528
528
  target = arguments[0];
529
- if (!this.getDataType(target) === 'Object') {
529
+ if (this.getDataType(target) !== 'Object') {
530
530
  target = {};
531
531
  }
532
532
  for (var i = 1; i < len; i++) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "gis-common",
3
3
  "description": "gis-common",
4
4
  "main": "dist/resource.min.js",
5
- "version": "1.1.25",
5
+ "version": "1.1.26",
6
6
  "author": "Guo.Yan <luv02@vip.qq.com>",
7
7
  "license": "MIT",
8
8
  "private": false,