aboutsummaryrefslogtreecommitdiff
path: root/node_modules/react-dom/lib/isTextInputElement.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/react-dom/lib/isTextInputElement.js')
-rw-r--r--node_modules/react-dom/lib/isTextInputElement.js28
1 files changed, 14 insertions, 14 deletions
diff --git a/node_modules/react-dom/lib/isTextInputElement.js b/node_modules/react-dom/lib/isTextInputElement.js
index 1b6193e5a..52276a38e 100644
--- a/node_modules/react-dom/lib/isTextInputElement.js
+++ b/node_modules/react-dom/lib/isTextInputElement.js
@@ -16,21 +16,21 @@
*/
var supportedInputTypes = {
- 'color': true,
- 'date': true,
- 'datetime': true,
+ color: true,
+ date: true,
+ datetime: true,
'datetime-local': true,
- 'email': true,
- 'month': true,
- 'number': true,
- 'password': true,
- 'range': true,
- 'search': true,
- 'tel': true,
- 'text': true,
- 'time': true,
- 'url': true,
- 'week': true
+ email: true,
+ month: true,
+ number: true,
+ password: true,
+ range: true,
+ search: true,
+ tel: true,
+ text: true,
+ time: true,
+ url: true,
+ week: true
};
function isTextInputElement(elem) {