Skip to content

Commit 95370c6

Browse files
committed
corrected formatting by replacing tabs with four spaces
1 parent 650c9ce commit 95370c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/soundfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ define(function (require) {
8888

8989
// cues for scheduling events with addCue() removeCue()
9090
this._cues = [];
91-
this._cueIDCounter = 0;
91+
this._cueIDCounter = 0;
9292

9393
// position of the most recently played sample
9494
this._lastPos = 0;
@@ -1597,7 +1597,7 @@ define(function (require) {
15971597
var cue = this._cues[i];
15981598
if (cue.id === id) {
15991599
this._cues.splice(i, 1);
1600-
break;
1600+
break;
16011601
}
16021602
}
16031603

0 commit comments

Comments
 (0)