From 6b74dcf75b37feb834696876c3f94265d5841665 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 24 Apr 2013 12:34:35 +0200 Subject: [PATCH] Update ol.Feature jsdoc --- src/ol/feature.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/feature.js b/src/ol/feature.js index 3af0f64d80..199ddeb318 100644 --- a/src/ol/feature.js +++ b/src/ol/feature.js @@ -8,7 +8,7 @@ goog.require('ol.geom.Geometry'); /** * @constructor * @extends {ol.Object} - * @param {Object=} opt_values Attributes. + * @param {Object.=} opt_values Attributes. */ ol.Feature = function(opt_values) { @@ -31,7 +31,7 @@ goog.inherits(ol.Feature, ol.Object); /** - * @return {Object} Attributes object. + * @return {Object.} Attributes object. */ ol.Feature.prototype.getAttributes = function() { var keys = this.getKeys(),