Skip to content

Commit

Permalink
rename setUrl to setURL mapbox#3709
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed Jan 12, 2020
1 parent d416725 commit 3b80f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/vector_tile_source.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class VectorTileSource extends Evented implements Source {
});
}

setUrl(url: string) {
setURL(url: string) {
this.setSourceProperty(() => {
this.url = url;
this._options.url = url;
Expand Down

0 comments on commit 3b80f83

Please sign in to comment.