은승우

Update app.js

Showing 1 changed file with 1 additions and 0 deletions
...@@ -229,6 +229,7 @@ function handleEvent(event) { ...@@ -229,6 +229,7 @@ function handleEvent(event) {
229 229
230 } 230 }
231 }) 231 })
232 + console.log(songs);
232 var resultm=''; 233 var resultm='';
233 for(var i=0;i<songList.length;i++){ 234 for(var i=0;i<songList.length;i++){
234 if(songs[i].singer!=''){ 235 if(songs[i].singer!=''){
......