Skip to content

Commit

Permalink
Fixed bug, exfm.js was missing a return statement after a callback in…
Browse files Browse the repository at this point in the history
…vocation
  • Loading branch information
Raibaz committed Jul 5, 2012
1 parent 01d8ac3 commit 5cdd7c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exfm.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var exfm = {
console.log(data);
if(data.songs == undefined || data.songs.length <= 0) {
callback(exfm.name);
return;
}
results = new Array();
lookup_service = get_service('youtube');
Expand Down

0 comments on commit 5cdd7c4

Please sign in to comment.