Rename ol.style.SymbolizerLiteral to ol.style.Literal

This commit is contained in:
Tim Schaub
2013-08-12 11:46:58 -04:00
parent a12d41b1bc
commit 90fb37c220
9 changed files with 24 additions and 24 deletions

View File

@@ -84,7 +84,7 @@ ol.Feature.prototype.getGeometry = function() {
/**
* @return {Array.<ol.style.SymbolizerLiteral>} Symbolizer literals.
* @return {Array.<ol.style.Literal>} Symbolizer literals.
*/
ol.Feature.prototype.getSymbolizerLiterals = function() {
var symbolizerLiterals = null;