Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-01-26 19:02:58 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-01-26 19:02:58 +0300
commit03e41b355c51474ebac21ba22f4626f05feba844 (patch)
tree52b3839942f4485f116ca175b375ebdae7642448 /Gruntfile.js
parent9f2589501562b86ddb6c58a1beb3193acca2f4e3 (diff)
Gruntfile.js: Remove now unneeded validator relaxError option.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 1 insertions, 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: {