Skip to content

Commit 886a77d

Browse files
author
Nicolò Maria Mezzopera
committed
lint: missing semi-colon
1 parent 2aba7a1 commit 886a77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LControlAttribution.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
this.attributionControlOptions = {
1616
...this.controlOptions,
1717
prefix: this.prefix
18-
}
18+
};
1919
this.mapObject = L.control.attribution(this.attributionControlOptions);
2020
propsBinder(this, this.mapObject, this.$options.props);
2121
this.mapObject.addTo(this.$parent.mapObject);

0 commit comments

Comments
 (0)