Skip to content

Commit

Permalink
docs(count): remove reference to thisArg
Browse files Browse the repository at this point in the history
Remove reference to a thisArg argument given to count() operator in its JSDoc.

For issue #878.
  • Loading branch information
staltz authored and kwonoj committed Dec 8, 2015
1 parent 14ffce6 commit 1298b57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/operator/count.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {errorObject} from '../util/errorObject';
* - `value`: the value from the source observable
* - `index`: the "index" of the value from the source observable
* - `source`: the source observable instance itself.
* @param {any} [thisArg] the optional `this` context to use in the `predicate` function
* @returns {Observable} an observable of one number that represents the count as described
* above
*/
Expand Down

0 comments on commit 1298b57

Please sign in to comment.