Annotations for exports

This commit is contained in:
Tim Schaub
2014-04-08 13:40:35 -06:00
parent 457cfe851a
commit fb497f5288
243 changed files with 456 additions and 451 deletions
+2
View File
@@ -7,6 +7,7 @@ goog.require('ol.color');
/**
* @constructor
* @param {olx.style.FillOptions=} opt_options Options.
* @todo api
*/
ol.style.Fill = function(opt_options) {
@@ -22,6 +23,7 @@ ol.style.Fill = function(opt_options) {
/**
* @return {ol.Color|string} Color.
* @todo api
*/
ol.style.Fill.prototype.getColor = function() {
return this.color_;