Gruntfile.js: Remove now unneeded validator relaxError option.

This commit is contained in:
XhmikosR 2015-01-26 18:02:58 +02:00
parent 9f25895015
commit 03e41b355c
1 changed files with 1 additions and 2 deletions

View File

@ -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: {