Changeset 5306
- Timestamp:
- 11/30/07 12:50:02 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/ahocevar/styles/lib/OpenLayers/Rule/Logical.js
r5298 r5306 18 18 /** 19 19 * APIProperty: children 20 * {Array(<OpenLayers.Rule .Logical>)} child rules for this rule20 * {Array(<OpenLayers.Rule>)} child rules for this rule 21 21 */ 22 22 children: null, … … 24 24 /** 25 25 * APIProperty: type 26 * {String} type of logical operator. 26 * {String} type of logical operator. Available types are: 27 * - OpenLayers.Rule.Locical.AND = "&&"; 28 * - OpenLayers.Rule.Logical.OR = "||"; 29 * - OpenLayers.Rule.Logical.NOT = "!"; 27 30 */ 28 31 type: null,
