diff options
| author | XhmikosR <[email protected]> | 2015-01-26 18:02:58 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-01-26 18:02:58 +0200 |
| commit | 03e41b355c51474ebac21ba22f4626f05feba844 (patch) | |
| tree | 52b3839942f4485f116ca175b375ebdae7642448 | |
| parent | 9f2589501562b86ddb6c58a1beb3193acca2f4e3 (diff) | |
| download | bootstrap-03e41b355c51474ebac21ba22f4626f05feba844.tar.xz bootstrap-03e41b355c51474ebac21ba22f4626f05feba844.zip | |
Gruntfile.js: Remove now unneeded validator relaxError option.
| -rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index f818a43c0..daa63a592 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: { |
