From 03e41b355c51474ebac21ba22f4626f05feba844 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 26 Jan 2015 18:02:58 +0200 Subject: [PATCH] Gruntfile.js: Remove now unneeded validator relaxError option. --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index f818a43c02..daa63a5923 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -334,8 +334,7 @@ module.exports = function (grunt) { relaxerror: [ 'Element img is missing required attribute src.', 'Attribute autocomplete not allowed on element input at this point.', - 'Attribute autocomplete not allowed on element button at this point.', - 'Bad value separator for attribute role on element li.' + 'Attribute autocomplete not allowed on element button at this point.' ] }, files: {