Skip to content

Commit 3341a1a

Browse files
chore: update build
1 parent 7a99dd0 commit 3341a1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/vue-mapbox-geocoder.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ var geocoderEvents = {
15931593
query: function query(_query) {
15941594
if (this.control) {
15951595
this.$emit("update:input", _query);
1596-
return this.contol.query(_query);
1596+
return this.control.query(_query);
15971597
}
15981598

15991599
return null;

dist/vue-mapbox-geocoder.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ var geocoderEvents = {
16021602
query: function query(_query) {
16031603
if (this.control) {
16041604
this.$emit("update:input", _query);
1605-
return this.contol.query(_query);
1605+
return this.control.query(_query);
16061606
}
16071607

16081608
return null;

0 commit comments

Comments
 (0)