Skip to content

Commit 308c9ba

Browse files
committed
docs(remove): remove throws error
1 parent b4abd20 commit 308c9ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ class Signal {
9797
* @returns {this}
9898
*
9999
* @throws {TypeError} First argument must be a Function
100-
* @throws {Error} Listener does not exist
101100
*/
102101
remove (cb, context = this) {
103102
if (typeof cb !== 'function') {

0 commit comments

Comments
 (0)