diff --git a/lib/proto/attach-form.js b/lib/proto/attach-form.js index 322ac6e..0dbab38 100644 --- a/lib/proto/attach-form.js +++ b/lib/proto/attach-form.js @@ -40,6 +40,7 @@ var formAction = function(el, event) { var tagName = element.tagName.toLowerCase() // jscs:disable disallowImplicitTypeConversion if (!!element.name && element.attributes !== undefined && tagName !== "button") { + // jscs:enable disallowImplicitTypeConversion var type = element.attributes.type if ((!type || type.value !== "checkbox" && type.value !== "radio") || element.checked) {