"checkbox" not "checked"

I can only assume this was a typo.
This commit is contained in:
Ben Alpert
2014-01-13 14:28:56 -08:00
parent ad70848e80
commit 5857eb884c
+1 -1
View File
@@ -22,7 +22,7 @@
var invariant = require('invariant');
var hasReadOnlyValue = {
'checked': true,
'checkbox': true,
'hidden': true,
'radio': true
};