Skip to content

Commit

Permalink
Marking that the Date is optional (Reactive-Extensions#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Booysen authored and mattpodwysocki committed Dec 6, 2016
1 parent b17c2da commit 4ea5c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/schedulers/historicalscheduler.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### `Rx.HistoricalScheduler` class
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/concurrency/historicalscheduler.js "View in source")

Provides a virtual time scheduler that uses a `Date` for absolute time and time spans for relative time. This inherits from the `Rx.VirtualTimeScheduler` class.
Provides a virtual time scheduler that uses an optional `Date` for absolute time and time spans for relative time. This inherits from the `Rx.VirtualTimeScheduler` class.

## Usage ##

Expand Down Expand Up @@ -108,4 +108,4 @@ var scheduler = new Rx.HistoricalScheduler(
new Date(0), /* initial clock of 0 */
comparer /* comparer for determining order */
);
```
```

0 comments on commit 4ea5c6a

Please sign in to comment.