From 1a10686299ab5f31a96c72be89ca8962ad29b513 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 4 Apr 2015 09:36:30 +0200 Subject: [PATCH] Attribution docs --- src/ol/attribution.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/attribution.js b/src/ol/attribution.js index aeeb7bdf12..4963fa08d6 100644 --- a/src/ol/attribution.js +++ b/src/ol/attribution.js @@ -46,7 +46,8 @@ ol.Attribution = function(options) { /** - * @return {string} HTML. + * Get the attribution markup. + * @return {string} The attribution HTML. * @api stable */ ol.Attribution.prototype.getHTML = function() {