We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbd312 commit 7a1e618Copy full SHA for 7a1e618
src/leaflet/services/ServiceBase.js
@@ -36,7 +36,7 @@ export var ServiceBase = L.Evented.extend({
36
}
37
this.url = url;
38
if (typeof dataUrl === 'object') {
39
- L.setOptions(this, options);
+ L.setOptions(this, dataUrl);
40
} else {
41
this.dataUrl = dataUrl;
42
L.setOptions(this, options);
0 commit comments