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-10-29 18:30:35 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-10-29 19:02:52 +0300
commit50bea4625a09d14cec93e4dbdd9d336005ac7d85 (patch)
tree978f3d4dbf19d857b8f4269f7a5e9891ef5dcb48 /Gruntfile.js
parent5c8f7a03daf63714a4436e3a7ef944e221815b6a (diff)
Update devDependencies.
[skip sauce]
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 950af85791..4b3e12283e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -350,7 +350,7 @@ module.exports = function (grunt) {
options: {
ignore: [
'Attribute "autocomplete" not allowed on element "button" at this point.',
- 'Attribute "autocomplete" not allowed on element "input" at this point.',
+ 'Attribute "autocomplete" is only allowed when the input type is "color", "date", "datetime", "datetime-local", "email", "month", "number", "password", "range", "search", "tel", "text", "time", "url", or "week".',
'Element "img" is missing required attribute "src".'
]
},