Doc improvements

This commit is contained in:
Andreas Hocevar
2014-09-04 13:20:25 -06:00
parent 0c36d7606b
commit 88c30795d3
5 changed files with 48 additions and 46 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ ol.style.Fill.prototype.getColor = function() {
/**
* Set the color. Use `setStyle()` on the feature, layer or feature overlay
* for changes to take effect.
* Set the color. Call `setStyle()` or `dispatchChangeEvent()` on feature, layer
* or feature overlay for changes to take effect.
*
* @param {ol.Color|string} color Color.
* @api