fix comment typo
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8351 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -25,7 +25,7 @@ OpenLayers.Filter.Logical = OpenLayers.Class(OpenLayers.Filter, {
|
|||||||
/**
|
/**
|
||||||
* APIProperty: type
|
* APIProperty: type
|
||||||
* {String} type of logical operator. Available types are:
|
* {String} type of logical operator. Available types are:
|
||||||
* - OpenLayers.Filter.Locical.AND = "&&";
|
* - OpenLayers.Filter.Logical.AND = "&&";
|
||||||
* - OpenLayers.Filter.Logical.OR = "||";
|
* - OpenLayers.Filter.Logical.OR = "||";
|
||||||
* - OpenLayers.Filter.Logical.NOT = "!";
|
* - OpenLayers.Filter.Logical.NOT = "!";
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user