From 7e16d9f8be1f3e9282de64456430ab3a4e64e8a2 Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Mon, 4 Nov 2013 15:27:00 -0800 Subject: added a $5 where a $ was used --- guidelines/WCAG-1.0/guideline-5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/WCAG-1.0/guideline-5.js b/guidelines/WCAG-1.0/guideline-5.js index c8decd7..e653b5f 100644 --- a/guidelines/WCAG-1.0/guideline-5.js +++ b/guidelines/WCAG-1.0/guideline-5.js @@ -22,7 +22,7 @@ exports.rule = function(report) { report.warning('Table has no caption or title attribute', this); }); - $('table').noAttr('summary').each(function () { + $5('table').noAttr('summary').each(function () { report.warning('Table has no summary attribute', this); }); -- cgit v1.2.3