diff --git a/p3/getInTune.js b/p3/getInTune.js index 9cfd9bb..0f5e299 100644 --- a/p3/getInTune.js +++ b/p3/getInTune.js @@ -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() { @@ -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; + }; }());