CartoDB / carto-vl

CARTO VL: a Javascript library to create vector-based visualizations
BSD 3-Clause "New" or "Revised" License
129 stars 26 forks source link

Fix WindshaftRequestHelper error messages #1380

Open Jesus89 opened 5 years ago

Jesus89 commented 5 years ago

The WindshaftRequestHelper tries to access this._source but this object does not exist. It should use this._conf instead.