Skip to content

Commit

Permalink
docs(MIGRATION): remove the non-exist usecase for throttle()
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuharuohzeki authored and kwonoj committed Feb 11, 2016
1 parent 67a2f25 commit a3cc4e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,7 @@ To reduce polymorphism and get better performance out of operators, some operato
<td><code>debounceTime(delay: number, scheduler?: Scheduler)</code></td>
</tr>
<tr>
<td rowspan="2"><code>throttle</code></td>
<td><code>throttle(durationSelector: Observable)</code></td>
<td><code>throttle(durationSelector: Observable)</code></td>
</tr>
<tr>
<td><code>throttle</code></td>
<td><code>throttle(delay: number, scheduler?: Scheduler)</code></td>
<td><code>throttleTime(delay: number, scheduler?: Scheduler)</code></td>
</tr>
Expand Down

0 comments on commit a3cc4e7

Please sign in to comment.