No need for a comma there

This commit is contained in:
Fabio Manganiello 2018-04-29 12:32:25 +02:00
parent 68c52fe102
commit 514eb3d4e4
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ $(document).ready(function() {
function() {
$videoResults.html(results);
},
}
);
});
};