Fix javascript formatting
This commit is contained in:
parent
0efedd91d9
commit
5e36e8bf85
7 changed files with 51 additions and 37 deletions
src/music/player
|
@ -4,7 +4,7 @@ import Controls from "./controls";
|
|||
import Display from "./display";
|
||||
|
||||
class Player {
|
||||
constructor(src="https://tlater.net/assets/Mseq_-_Journey.mp3") {
|
||||
constructor(src = "https://tlater.net/assets/Mseq_-_Journey.mp3") {
|
||||
this._ui = $("#playerUI");
|
||||
this._audioManager = new AudioManager(src);
|
||||
this._controls = new Controls(this._audioManager);
|
||||
|
|
Reference in a new issue