mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
aux window - fix compile
This commit is contained in:
committed by
Benjamin Pasero
parent
df91499d49
commit
3ea02ea985
@@ -875,7 +875,7 @@ interface IMutationObserver {
|
||||
|
||||
export const sharedMutationObserver = new class {
|
||||
|
||||
private readonly mutationObservers = new Map<Node, Map<number, IMutationObserver>>();
|
||||
readonly mutationObservers = new Map<Node, Map<number, IMutationObserver>>();
|
||||
|
||||
observe(target: Node, disposables: DisposableStore, options?: MutationObserverInit): event.Event<MutationRecord[]> {
|
||||
let mutationObserversPerTarget = this.mutationObservers.get(target);
|
||||
|
||||
Reference in New Issue
Block a user