Skip to content

Commit

Permalink
same opts for valve
Browse files Browse the repository at this point in the history
  • Loading branch information
dodo committed Feb 1, 2012
1 parent cacfe95 commit 3f00b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer-stream.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BufferStream extends Valve
@writable = on if @size is 'flexible'
#init
@reset()
super
super(opts)
# shortcuts
if opts.split?
if isArray(opts.split)
Expand Down

0 comments on commit 3f00b2f

Please sign in to comment.