silly, forgot to return
This commit is contained in:
parent
eecfbe17eb
commit
10a6b474f0
|
@ -101,5 +101,5 @@ function getStopsList(stops) {
|
|||
function getStopForm(stop) {
|
||||
var $div = $('<div />');
|
||||
var $displayName = $('<div />').text(stop.display_name).appendTo($div);
|
||||
|
||||
return $div;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user