Skip to content

Commit 094da2c

Browse files
authored
Merge pull request #82 from julien-deoux/AudioScheduledSourceNode-inheritance
Fixed type constraint for AudioScheduledSourceNode's implementation
2 parents c909d30 + bb5f0f3 commit 094da2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebAudioAPI/AudioScheduledSourceNode.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Impl = (
66
},
77
) => {
88
include AudioNode.Impl({
9-
type t = audioScheduledSourceNode
9+
type t = T.t
1010
})
1111

1212
external asAudioScheduledSourceNode: T.t => audioScheduledSourceNode = "%identity"

0 commit comments

Comments
 (0)