From 3deeff74f5ddf9d81af658d7190995ba5d1e7f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 9 Dec 2011 00:12:49 +0100 Subject: [PATCH] comment noop code and make google compiler happy --- lib/OpenLayers/Format/KML.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/OpenLayers/Format/KML.js b/lib/OpenLayers/Format/KML.js index fa5e3605a8..0d8f8e8f9d 100644 --- a/lib/OpenLayers/Format/KML.js +++ b/lib/OpenLayers/Format/KML.js @@ -573,9 +573,9 @@ OpenLayers.Format.KML = OpenLayers.Class(OpenLayers.Format.XML, { this.styles[(options.styleBaseUrl || "") + styleUrl]; } - if (styleUrl && key == "highlight") { - // TODO: implement the "select" part - } + // TODO: implement the "select" part + //if (styleUrl && key == "highlight") { + //} } }