Merge branch 'next' into next
This commit is contained in:
commit
273d3d4740
2 changed files with 10 additions and 1 deletions
|
|
@ -115,6 +115,7 @@ createStream.combine = combine
|
|||
createStream.HALT = HALT
|
||||
|
||||
if (typeof module !== "undefined") module["exports"] = createStream
|
||||
else window.stream = createStream
|
||||
else if (typeof window.m === "function" && !("stream" in window.m)) window.m.stream = createStream
|
||||
else window.m = {stream : createStream}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue