Skip to content

Commit 24934bd

Browse files
author
Luke Wright
committed
Fix an error (a stray "var") that prevented minifying.
1 parent 7e5df37 commit 24934bd

File tree

1 file changed

+1
-1
lines changed
  • Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1

1 file changed

+1
-1
lines changed

Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ var HTMLCS_WCAG2AAA_Sniffs_Principle4_Guideline4_1_4_1_2 = {
333333
builtAttr = ' A value is exposed using the "' + requiredValue + '" element.';
334334
}
335335

336-
var msg += builtAttr;
336+
msg += builtAttr;
337337
if (warning === true) {
338338
errors.push({
339339
element: element,

0 commit comments

Comments
 (0)