Title says it for the most part. Used this JS in my foundation 6 project and I am getting AudioPlayer undefined for: this.AudioPlayer = (function() { ``` AudioPlayer.States = { Ready: 0, Playing: 1, Loading: 2, Error: 3 }; ```
Title says it for the most part. Used this JS in my foundation 6 project and I am getting AudioPlayer undefined for:
this.AudioPlayer = (function() {