Add @api annotation to setConfig
This commit is contained in:
@@ -83,6 +83,7 @@ ol.source.CartoDB.prototype.updateConfig = function(config) {
|
|||||||
* @param {Object} config In the case of anonymous maps, a CartoDB configuration
|
* @param {Object} config In the case of anonymous maps, a CartoDB configuration
|
||||||
* object.
|
* object.
|
||||||
* If using named maps, a key-value lookup with the template parameters.
|
* If using named maps, a key-value lookup with the template parameters.
|
||||||
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.source.CartoDB.prototype.setConfig = function(config) {
|
ol.source.CartoDB.prototype.setConfig = function(config) {
|
||||||
this.config_ = config || {};
|
this.config_ = config || {};
|
||||||
|
|||||||
Reference in New Issue
Block a user