From 1566fc252e07e43630d1b779b444f9e9faa595f7 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 15 Nov 2008 21:31:56 +0000 Subject: [PATCH] r7682 removed hover element, update should not assume it exists git-svn-id: http://svn.openlayers.org/trunk/openlayers@8376 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/select-feature.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/select-feature.html b/examples/select-feature.html index 442ced04c5..56bd3e4b01 100644 --- a/examples/select-feature.html +++ b/examples/select-feature.html @@ -75,8 +75,6 @@ function update() { var clickout = document.getElementById("clickout").checked; drawControls.select.clickout = clickout; - var hover = document.getElementById("hover").checked; - drawControls.select.hover = hover; drawControls.select.box = document.getElementById("box").checked; if(drawControls.select.active) { drawControls.select.deactivate();