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
@@ -101,8 +101,8 @@ ol.style.Style.prototype.getZIndex = function() {
/**
* Set the zIndex. Use `setStyle()` on the feature, layer or feature overlay
* for changes to take effect.
* Set the zIndex. Call `setStyle()` or `dispatchChangeEvent()` on feature,
* layer or feature overlay for changes to take effect.
*
* @param {number|undefined} zIndex ZIndex.
* @api