Song

fix: coderefactoring

...@@ -148,8 +148,6 @@ $(document).on('click' , '.comment_delete' , function(){ ...@@ -148,8 +148,6 @@ $(document).on('click' , '.comment_delete' , function(){
148 width: '640', 148 width: '640',
149 videoId: videoIds[i], 149 videoId: videoIds[i],
150 events: { 150 events: {
151 - // 'onReady': onPlayerReady,
152 - // 'onStateChange': onPlayerStateChange
153 } 151 }
154 }); 152 });
155 } 153 }
......