type: 'post' is redundant now

This commit is contained in:
James Campos 2012-06-13 07:28:45 -07:00
parent b6c0f54393
commit 9594c93722
2 changed files with 0 additions and 2 deletions

View File

@ -3462,7 +3462,6 @@
return DeleteButton.error(self); return DeleteButton.error(self);
} }
}, { }, {
type: 'post',
form: form form: form
}); });
}, },

View File

@ -2644,7 +2644,6 @@ DeleteButton =
onload: -> DeleteButton.load self, @response onload: -> DeleteButton.load self, @response
onerror: -> DeleteButton.error self onerror: -> DeleteButton.error self
}, { }, {
type: 'post'
form: form form: form
} }