vue2-openlayers 0.1.2 → 0.1.3

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.
@@ -4,9 +4,9 @@
4
4
  else if(typeof define === 'function' && define.amd)
5
5
  define([], factory);
6
6
  else if(typeof exports === 'object')
7
- exports["vue-openlayers"] = factory();
7
+ exports["vue2-openlayers"] = factory();
8
8
  else
9
- root["vue-openlayers"] = factory();
9
+ root["vue2-openlayers"] = factory();
10
10
  })((typeof self !== 'undefined' ? self : this), function() {
11
11
  return /******/ (function() { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
@@ -113,7 +113,7 @@ var getIterator = __webpack_require__(4552);
113
113
  var getSideChannel = __webpack_require__(920);
114
114
  var is = __webpack_require__(7653);
115
115
  var isArguments = __webpack_require__(7244);
116
- var isArray = __webpack_require__(1451);
116
+ var isArray = __webpack_require__(4634);
117
117
  var isArrayBuffer = __webpack_require__(4670);
118
118
  var isDate = __webpack_require__(2120);
119
119
  var isRegex = __webpack_require__(4035);
@@ -497,18 +497,6 @@ module.exports = function deepEqual(a, b, opts) {
497
497
  };
498
498
 
499
499
 
500
- /***/ }),
501
-
502
- /***/ 1451:
503
- /***/ (function(module) {
504
-
505
- var toString = {}.toString;
506
-
507
- module.exports = Array.isArray || function (arr) {
508
- return toString.call(arr) == '[object Array]';
509
- };
510
-
511
-
512
500
  /***/ }),
513
501
 
514
502
  /***/ 41:
@@ -736,18 +724,6 @@ module.exports = TypeError;
736
724
  module.exports = URIError;
737
725
 
738
726
 
739
- /***/ }),
740
-
741
- /***/ 7738:
742
- /***/ (function(module) {
743
-
744
- var toString = {}.toString;
745
-
746
- module.exports = Array.isArray || function (arr) {
747
- return toString.call(arr) == '[object Array]';
748
- };
749
-
750
-
751
727
  /***/ }),
752
728
 
753
729
  /***/ 2682:
@@ -2319,6 +2295,18 @@ if ($setHas) {
2319
2295
  }
2320
2296
 
2321
2297
 
2298
+ /***/ }),
2299
+
2300
+ /***/ 4634:
2301
+ /***/ (function(module) {
2302
+
2303
+ var toString = {}.toString;
2304
+
2305
+ module.exports = Array.isArray || function (arr) {
2306
+ return toString.call(arr) == '[object Array]';
2307
+ };
2308
+
2309
+
2322
2310
  /***/ }),
2323
2311
 
2324
2312
  /***/ 8859:
@@ -5644,7 +5632,7 @@ if (__webpack_require__(4039)() || __webpack_require__(1333)()) {
5644
5632
  };
5645
5633
  } else {
5646
5634
  // Symbol is not available, native or shammed
5647
- var isArray = __webpack_require__(7738);
5635
+ var isArray = __webpack_require__(4634);
5648
5636
  var isString = __webpack_require__(4761);
5649
5637
  var GetIntrinsic = __webpack_require__(453);
5650
5638
  var $Map = GetIntrinsic('%Map%', true);
@@ -58669,4 +58657,4 @@ if (typeof window !== 'undefined' && window.Vue) {
58669
58657
  /******/ })()
58670
58658
  ;
58671
58659
  });
58672
- //# sourceMappingURL=vue-openlayers.umd.js.map
58660
+ //# sourceMappingURL=vue2-openlayers.umd.js.map