fix tables in mobile

This commit is contained in:
Leo Horie 2017-01-17 22:36:34 -05:00
parent b8e8afffa8
commit 810228c442
7 changed files with 77 additions and 49 deletions

View file

@ -83,7 +83,7 @@ Specifies how the value of a computed stream is generated. See [combining stream
Argument | Type | Required | Description
------------ | -------------------- | -------- | ---
`streams...` | splat of `Stream`s | No | Splat of zero or more streams that correspond to the streams passed as the second argument to [`stream.combine`](#stream-combine)
`streams...` | splat of `Streams` | No | Splat of zero or more streams that correspond to the streams passed as the second argument to [`stream.combine`](#stream-combine)
`changed` | `Array<Stream>` | Yes | List of streams that were affected by an update
**returns** | `any` | | Returns a computed value