Add @api annotation to setConfig

This commit is contained in:
Alessandro Isaacs
2016-04-12 08:26:30 -07:00
parent 01a6612ab3
commit 737daaeea9

View File

@@ -83,6 +83,7 @@ ol.source.CartoDB.prototype.updateConfig = function(config) {
* @param {Object} config In the case of anonymous maps, a CartoDB configuration
* object.
* If using named maps, a key-value lookup with the template parameters.
* @api
*/
ol.source.CartoDB.prototype.setConfig = function(config) {
this.config_ = config || {};