소스 검색

blah commit

unknown 9 년 전
부모
커밋
1b30d2d46c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/app.js

+ 1 - 1
app/app.js

@@ -212,6 +212,7 @@ if (Meteor.isClient) {
         var size = 0;
         var artistStr;
         var temp = "";
+        var currentArt;
 
         function getTimeElapsed() {
             if (currentSong !== undefined) {
@@ -354,7 +355,6 @@ if (Meteor.isClient) {
                         startSong();
                     }
                 }, 1000);
-
                 Meteor.setInterval(function () {
                     resizeSeekerbar();
                 }, 50);