From 976b4703b556f307d5c7bf5451b16264f0f3705e Mon Sep 17 00:00:00 2001 From: ahocevar Date: Sun, 12 Apr 2009 18:39:06 +0000 Subject: [PATCH] mocking up map in a different way so tests won't break with the new class-based cursors. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9273 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Control/ModifyFeature.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Control/ModifyFeature.html b/tests/Control/ModifyFeature.html index 4d0fcce308..af4a5e2c00 100644 --- a/tests/Control/ModifyFeature.html +++ b/tests/Control/ModifyFeature.html @@ -333,7 +333,7 @@ control.dragControl.map = {}; control.dragControl.map.div = {}; control.dragControl.map.div.style = {}; - control.dragControl.map.div.cursor = "foo"; + control.dragControl.map.viewPortDiv = "foo"; control.dragControl.handlers.drag.deactivate = function() { this.active = false; }