Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Removed duplicate line I introduced when I submitted feature update to add onLoop
  • Loading branch information
Andrew-J-Larson committed Jul 4, 2023
1 parent 1c738df commit b902281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascript/JZZ.gui.Player.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@
if (this._loop == 1) this._loop = 0;
this._player.loop(this._loop);
JZZ.lib.schedule(function() { self.onLoop(n); });
this._player.loop(this._loop);
if (this._loop) {
this.loopBtn.on();
this.loopBtn.title('loop: ' + (this._loop == -1 ? '\u221e' : this._loop));
Expand Down

0 comments on commit b902281

Please sign in to comment.