Fix some JSHint complaints

This commit is contained in:
Tom Hughes 2015-02-23 20:47:38 +00:00
parent 6671a934bf
commit 1596713871
22 changed files with 96 additions and 93 deletions

View file

@ -62,7 +62,7 @@ OSM.History = function(map) {
url: window.location.pathname,
method: "GET",
data: data,
success: function(html, status, xhr) {
success: function(html) {
$('#sidebar_content .changesets').html(html);
updateMap();
}