Allow source.setAttributions() to be exported

This commit is contained in:
Tim Schaub
2015-09-08 21:41:57 -06:00
parent 1e78c45466
commit 0fec4c5ff7

View File

@@ -153,9 +153,11 @@ ol.source.Source.prototype.getWrapX = function() {
/**
* Set the attributions of the source.
* @param {Array.<ol.Attribution>} attributions Attributions.
* @api
*/
ol.source.Source.prototype.setAttributions = function(attributions) {
this.attributions_ = attributions;
this.changed();
};