Skip to content

Commit

Permalink
(wip) typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adube committed Apr 25, 2016
1 parent 03d32f7 commit 1f66eca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions externs/ngeox.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,10 @@ ngeox.format.FeatureHashOptions.prototype.properties;
/**
* Determines whether the style defined for each feature is read and converted
* into:
* A) an `ol.style.Style` object set in the feature, or
* B) an object with key:values that defines the style propertiesset in
* the feature and for the `ngeo.FeatureHelper` to use to style the feature
* with.
* A) an `ol.style.Style` object set in the feature, or
* B) an object with key:values that defines the style properties set in
* the feature and for the `ngeo.FeatureHelper` to use to style the
* feature with.
* Default is `true`, i.e. A).
* @type {boolean|undefined}
*/
Expand Down

0 comments on commit 1f66eca

Please sign in to comment.