we dont use handlers any more since r487

git-svn-id: http://svn.openlayers.org/trunk/openlayers@500 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-06-02 16:04:36 +00:00
parent f85fb1674d
commit 1c9fc7ae36

View File

@@ -6,9 +6,6 @@ OpenLayers.Tile.WFS = Class.create();
OpenLayers.Tile.WFS.prototype =
Object.extend( new OpenLayers.Tile(), {
/** @type Array of Function */
handlers: null,
/** @type Array(OpenLayers.Feature)*/
features: null,