Skip to content

Commit

Permalink
test: rephrase comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Mar 28, 2018
1 parent 8eabfc2 commit 132b4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/audio-nodes/audio-buffer-source-node.js
Expand Up @@ -827,7 +827,7 @@ describe('AudioBufferSourceNode', () => {
describe('with a previous call to stop()', () => {

beforeEach(() => {
// ... Safari needs a buffer
// @todo Safari needs a buffer to start() an AudioBufferSourceNode.
audioBufferSourceNode.buffer = new AudioBuffer({ length: 5, sampleRate: context.sampleRate });
audioBufferSourceNode.start();
audioBufferSourceNode.stop();
Expand Down

0 comments on commit 132b4cf

Please sign in to comment.