From afecacdc5eee2620a5bbe525068eae817e6befd5 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 21 Feb 2012 15:34:35 +0530 Subject: [PATCH] ups, extra ; --- chaloBEST/static/js/editstops.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaloBEST/static/js/editstops.js b/chaloBEST/static/js/editstops.js index 6de2739..7a9db2e 100644 --- a/chaloBEST/static/js/editstops.js +++ b/chaloBEST/static/js/editstops.js @@ -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. }, function() { - }); + }) .appendTo($ul); $.isEmptyObject(geom) ? $li.addClass("no_has_point") : $li.addClass("has_point"); });