Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit a23c0ee

Browse files
committed
Update Stream.coffee
1 parent 6201706 commit a23c0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Stream.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.factory 'Stream', () ->
3232

3333
# Events from this stream will then go into the passed stream
3434
child: (stream) ->
35-
@children.push stream
35+
@children.push(stream)
3636

3737
# unsubscriber
3838
=>

0 commit comments

Comments
 (0)