Skip to content

Commit

Permalink
update couchapp vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Aug 14, 2010
1 parent 4113ef3 commit 6d012f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/couchapp/_attachments/jquery.couch.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
// {"author":{"email":"quentin@example.com"}}
function formToDeepJSON(form, fields, doc) {
form = $(form);
opts.fields.forEach(function(field) {
fields.forEach(function(field) {
var element = form.find("[name="+field+"]");
if (element.attr('type') === 'checkbox') {
var val = element.attr('checked');
Expand Down

0 comments on commit 6d012f0

Please sign in to comment.