There is no reason to not create OpenLayers.Filter instances. Non-functional change (see #2818)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10727 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2010-09-10 15:10:05 +00:00
parent a40edf44f7
commit 581525af98

View File

@@ -17,7 +17,7 @@ OpenLayers.Filter = OpenLayers.Class({
/**
* Constructor: OpenLayers.Filter
* This is an abstract class. Create an instance of a filter subclass.
* This class represents a generic filter.
*
* Parameters:
* options - {Object} Optional object whose properties will be set on the
@@ -39,8 +39,8 @@ OpenLayers.Filter = OpenLayers.Class({
/**
* APIMethod: evaluate
* Evaluates this filter in a specific context. Should be implemented by
* subclasses.
* Evaluates this filter in a specific context. Instances or subclasses
* are supposed to override this method.
*
* Parameters:
* context - {Object} Context to use in evaluating the filter. If a vector