Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 8a8e15f

Browse files
committed
Update observer.md
1 parent a71c8fa commit 8a8e15f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/api/core/observer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,14 @@ var subscription = source.subscribe(observer);
6262

6363
* * *
6464

65-
### <a id="rxobserverfromotifierhandler"></a>`Rx.Observer.fromNotifier(handler)`
65+
### <a id="rxobserverfromotifierhandler"></a>`Rx.Observer.fromNotifier(handler, [thisArg])`
6666
<a href="#rxobserverfromotifierhandler">#</a> [&#x24C8;](https://github.com/Reactive-Extensions/RxJS/blob/master/dist/rx.js#L1843-L1851 "View in source") [&#x24C9;][1]
6767

6868
Creates an observer from a notification callback.
6969

7070
#### Arguments
7171
1. `handler` *(Function)*: Function that handles a notification.
72+
2. `[thisArg]` *(`Any`)*: Object to use as `this` when executing `handler`.
7273

7374
#### Returns
7475
*(Observer)*: The observer object that invokes the specified handler using a notification corresponding to each message it receives.

0 commit comments

Comments
 (0)