瀏覽代碼

fixed comma error

AkiraLaine 9 年之前
父節點
當前提交
144b21ae05
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/app.js

+ 1 - 1
app/app.js

@@ -959,7 +959,7 @@ if (Meteor.isClient) {
                             height: 540,
                             height: 540,
                             width: 960,
                             width: 960,
                             videoId: currentSong.id,
                             videoId: currentSong.id,
-                            playerVars: {, controls: 0, iv_load_policy: 3, rel: 0, showinfo: 0},
+                            playerVars: {controls: 0, iv_load_policy: 3, rel: 0, showinfo: 0},
                             events: {
                             events: {
                                 'onReady': function(event) {
                                 'onReady': function(event) {
                                     event.target.seekTo(getTimeElapsed() / 1000);
                                     event.target.seekTo(getTimeElapsed() / 1000);