doc typo, no functional change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7173 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -41,7 +41,7 @@ OpenLayers.Rule = OpenLayers.Class({
|
|||||||
/**
|
/**
|
||||||
* Property: context
|
* Property: context
|
||||||
* {Object} An optional object with properties that the rule should be
|
* {Object} An optional object with properties that the rule should be
|
||||||
* evaluatad against. If no context is specified, feature.attributes will
|
* evaluated against. If no context is specified, feature.attributes will
|
||||||
* be used.
|
* be used.
|
||||||
*/
|
*/
|
||||||
context: null,
|
context: null,
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ OpenLayers.Style = OpenLayers.Class({
|
|||||||
/**
|
/**
|
||||||
* Property: context
|
* Property: context
|
||||||
* {Object} An optional object with properties that symbolizers' property
|
* {Object} An optional object with properties that symbolizers' property
|
||||||
* values should be evaluatad against. If no context is specified,
|
* values should be evaluated against. If no context is specified,
|
||||||
* feature.attributes will be used
|
* feature.attributes will be used
|
||||||
*/
|
*/
|
||||||
context: null,
|
context: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user