Fix linting errors

This commit is contained in:
Behind The Math
2018-01-09 00:44:20 -05:00
parent 0c44cb473d
commit 90c5f353d4
8 changed files with 95 additions and 90 deletions

View File

@@ -46,12 +46,12 @@ tape("test attach form prototype method", function(t) {
// see reload defined above
form.action = window.location.protocol + "//" + window.location.host + "/internal"
form.method = 'POST'
form.method = "POST"
trigger(form, "submit")
// see post defined above
form.action = window.location.protocol + "//" + window.location.host + "/internal"
form.method = 'GET'
form.method = "GET"
trigger(form, "submit")
// see post defined above