comment noop code and make google compiler happy

This commit is contained in:
Éric Lemoine
2011-12-09 00:12:49 +01:00
parent 5fda8835da
commit 3deeff74f5

View File

@@ -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") {
//}
}
}