ups, extra ;

This commit is contained in:
Sanj 2012-02-21 15:34:35 +05:30
parent 7c4f092c7b
commit afecacdc5e

View File

@ -121,7 +121,7 @@ var API_BASE = "/1.0/",
//TODO: when hover over a stop name in list, it should set some styleMap stuff on the map to colour the moused-over location. //TODO: when hover over a stop name in list, it should set some styleMap stuff on the map to colour the moused-over location.
}, function() { }, function() {
}); })
.appendTo($ul); .appendTo($ul);
$.isEmptyObject(geom) ? $li.addClass("no_has_point") : $li.addClass("has_point"); $.isEmptyObject(geom) ? $li.addClass("no_has_point") : $li.addClass("has_point");
}); });