Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
nodeElem.classList.remove(...VIOLATION_CLASS_NAMES);
if (visualNoiseLevel > 0) {
nodeElem.classList.add(...classNamesToAdd);
}
}
}
}
if (this.axeCallback) {
assert('axeCallback should be a function.', typeof this.axeCallback === 'function');
this.axeCallback(results);
}
scheduleOnce('afterRender', violationsHelper, violationsHelper.logTip);
});
}