Skip to content

Commit 04bc488

Browse files
committed
New build
1 parent 6c06a7a commit 04bc488

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/vue-mapbox.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5025,7 +5025,7 @@ module.exports = /******/ (function(modules) {
50255025
if (this.map) {
50265026
var params = {
50275027
id: featureId,
5028-
source: this.source,
5028+
source: this.sourceId,
50295029
"source-layer": this.layer["source-layer"]
50305030
};
50315031
return this.map.setFeatureState(params, state);

dist/vue-mapbox.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5086,7 +5086,7 @@
50865086
if (this.map) {
50875087
var params = {
50885088
id: featureId,
5089-
source: this.source,
5089+
source: this.sourceId,
50905090
"source-layer": this.layer["source-layer"]
50915091
};
50925092
return this.map.setFeatureState(params, state);

dist/vue-mapbox.umd.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3187,7 +3187,7 @@
31873187
if (this.map) {
31883188
var n = {
31893189
id: t,
3190-
source: this.source,
3190+
source: this.sourceId,
31913191
"source-layer": this.layer["source-layer"]
31923192
};
31933193
return this.map.setFeatureState(n, e);

0 commit comments

Comments
 (0)