Skip to content

Commit

Permalink
troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
grantelgin committed Nov 26, 2012
1 parent 3d98cd7 commit e7cccb1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions p3/getInTune.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ console.log(window.jQuery.fn.jquery);
}


function isPlaying(thisStringElem) {
return !thisStringElem.paused;
};


// Append divs to body and load tuner.
function initGetInTune() {
Expand All @@ -59,8 +57,12 @@ console.log(window.jQuery.fn.jquery);

console.log($('#Audio_1').attr('src'));
console.log($('#E').html());


}
function isPlaying(thisStringElem) {
return !thisStringElem.paused;
};

}());

0 comments on commit e7cccb1

Please sign in to comment.