Skip to content

Commit cee2c39

Browse files
committed
Missing exports
1 parent 3cc86a5 commit cee2c39

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Standards/WCAG2A/ruleset.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ var HTMLCS_WCAG2A = {
5555
getMsgInfo: function(code) {
5656
return HTMLCS_WCAG2AAA.getMsgInfo(code);
5757
}
58-
};
58+
};
59+
60+
module.exports.HTMLCS_WCAG2A = HTMLCS_WCAG2A;

Standards/WCAG2AA/ruleset.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,6 @@ var HTMLCS_WCAG2AA = {
7676
getMsgInfo: function(code) {
7777
return HTMLCS_WCAG2AAA.getMsgInfo(code);
7878
}
79-
};
79+
};
80+
81+
module.exports.HTMLCS_WCAG2AA = HTMLCS_WCAG2AA;

0 commit comments

Comments
 (0)