mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 13:37:35 +00:00
Merge pull request #7827 from AyaMorisawa/patch-8
Remove trailing whitespaces
This commit is contained in:
commit
84db08fc81
4
webaudioapi/waa.d.ts
vendored
4
webaudioapi/waa.d.ts
vendored
@ -185,12 +185,12 @@ interface AudioContext {
|
||||
}
|
||||
|
||||
interface MediaStreamAudioSourceNode extends AudioNode {
|
||||
|
||||
|
||||
}
|
||||
|
||||
interface AudioBuffer {
|
||||
copyFromChannel(destination: Float32Array, channelNumber: number, startInChannel?: number): void;
|
||||
|
||||
|
||||
copyToChannel(source: Float32Array, channelNumber: number, startInChannel?: number): void;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user