Export getHTML method of ol.Attribution to the api

This commit is contained in:
Petr Sloup
2014-08-12 04:27:35 -04:00
parent 0ac90e62b9
commit 1d5c746974

View File

@@ -45,6 +45,7 @@ ol.Attribution = function(options) {
/**
* @return {string} HTML.
* @api
*/
ol.Attribution.prototype.getHTML = function() {
return this.html_;