mirror of
https://github.com/amark/gun.git
synced 2026-03-06 00:58:55 +00:00
Fix typos (#1299)
This commit is contained in:
committed by
GitHub
parent
1bdab7394a
commit
9e616ea3a9
@@ -5,7 +5,7 @@ import { pick } from 'underscore';
|
||||
export function on$(node, cleanup = true): Observable<any> {
|
||||
return Observable.fromEventPattern(
|
||||
h => {
|
||||
// there is no way to off() an on() until at least one value is trigerred
|
||||
// there is no way to off() an on() until at least one value is triggered
|
||||
// so that we can access the event listener to off() it
|
||||
const signal = { stop: false };
|
||||
node.on((data, key, at, ev) => {
|
||||
|
||||
Reference in New Issue
Block a user