remove unneeded layer declaration. r=elemoine (closes #1772)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8101 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2008-10-09 07:48:08 +00:00
parent d37c42bcb5
commit ac65d44d1b
2 changed files with 0 additions and 12 deletions

View File

@@ -15,12 +15,6 @@
*/
OpenLayers.Strategy.Paging = OpenLayers.Class(OpenLayers.Strategy, {
/**
* Property: layer
* {<OpenLayers.Layer.Vector>} The layer that this strategy is assigned to.
*/
layer: null,
/**
* Property: features
* {Array(<OpenLayers.Feature.Vector>)} Cached features.