From ac65d44d1b9182f6e5869dd10e2f561f9c79f833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Thu, 9 Oct 2008 07:48:08 +0000 Subject: [PATCH] remove unneeded layer declaration. r=elemoine (closes #1772) git-svn-id: http://svn.openlayers.org/trunk/openlayers@8101 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Strategy/Cluster.js | 6 ------ lib/OpenLayers/Strategy/Paging.js | 6 ------ 2 files changed, 12 deletions(-) diff --git a/lib/OpenLayers/Strategy/Cluster.js b/lib/OpenLayers/Strategy/Cluster.js index 80e4b283f0..a7c0afc924 100644 --- a/lib/OpenLayers/Strategy/Cluster.js +++ b/lib/OpenLayers/Strategy/Cluster.js @@ -15,12 +15,6 @@ */ OpenLayers.Strategy.Cluster = OpenLayers.Class(OpenLayers.Strategy, { - /** - * Property: layer - * {} The layer that this strategy is assigned to. - */ - layer: null, - /** * APIProperty: distance * {Integer} Pixel distance between features that should be considered a diff --git a/lib/OpenLayers/Strategy/Paging.js b/lib/OpenLayers/Strategy/Paging.js index c3ac684317..a1e44d2ca3 100644 --- a/lib/OpenLayers/Strategy/Paging.js +++ b/lib/OpenLayers/Strategy/Paging.js @@ -15,12 +15,6 @@ */ OpenLayers.Strategy.Paging = OpenLayers.Class(OpenLayers.Strategy, { - /** - * Property: layer - * {} The layer that this strategy is assigned to. - */ - layer: null, - /** * Property: features * {Array()} Cached features.