[whatwg/streams] Small fix to new WritableStreamDefaultWriter() (#561)

The algorithm for the WritableStreamDefaultWriter constructor made
reference to a _writer_ variable that was not defined. Use *this*
instead.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/561

-- Commit Summary --

  * Small fix to new WritableStreamDefaultWriter()

-- File Changes --

    M index.bs (10)

-- Patch Links --

https://github.com/whatwg/streams/pull/561.patch
https://github.com/whatwg/streams/pull/561.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/561

Received on Tuesday, 25 October 2016 13:35:16 UTC