Skip to content
Snippets Groups Projects
Commit eed53d98 authored by ale's avatar ale
Browse files

fix typo

parent 7411a972
No related branches found
No related tags found
No related merge requests found
......@@ -296,7 +296,7 @@ djr.Player.prototype.search = function(query) {
};
// Set the HTML contents of a chunk object, and the related event hooks.
djr.Player.prototype.setChunkHtml(chunk, chunk_id, songs_html) {
djr.Player.prototype.setChunkHtml = function(chunk, chunk_id, songs_html) {
var inner_html = chunk.wrapHtml(chunk_id, songs_html);
$('#playlistDiv').append(inner_html);
var chunk_div = '#chunk_' + chunk_id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment