From 8c040a34cda8c6a75acd3959965f6f5762fd734a Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Tue, 8 Dec 2015 21:24:00 +0200 Subject: [PATCH] docs(count): remove reference to thisArg Remove reference to a thisArg argument given to count() operator in its JSDoc. For issue #878. --- src/operator/count.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/operator/count.ts b/src/operator/count.ts index 5a80f11661..561bf65124 100644 --- a/src/operator/count.ts +++ b/src/operator/count.ts @@ -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 */