Skip to content

Commit f56d09f

Browse files
author
Stepan Kuzmin
committed
rename setURL to setUrl mapbox#3709
1 parent 3b80f83 commit f56d09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source/vector_tile_source.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class VectorTileSource extends Evented implements Source {
121121
});
122122
}
123123

124-
setURL(url: string) {
124+
setUrl(url: string) {
125125
this.setSourceProperty(() => {
126126
this.url = url;
127127
this._options.url = url;

0 commit comments

Comments
 (0)