Skip to content

Commit 1e8ea63

Browse files
committed
fix typo in disconnect method
1 parent c0c9dec commit 1e8ea63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AxeObserver.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default class AxeObserver {
6363
}
6464
disconnect() {
6565
this._mutationObserver.disconnect()
66-
this.__alreadyReportedIncidents.clear()
66+
this._alreadyReportedIncidents.clear()
6767
}
6868
async _getViolationsForNode(node) {
6969
const response = await sharedAuditQueue.run(async () => {

0 commit comments

Comments
 (0)