Skip to content

Commit

Permalink
Update backbone-couchdb.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Nisenson committed Feb 1, 2012
1 parent f0d53c4 commit fd82457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone-couchdb.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Backbone.couch_connector = con =
success : (data) =>
_temp = []
for doc in data.rows
_temp.push doc.value
if doc.value then _temp.push doc.value else _temp.push doc.doc
opts.success _temp
opts.complete()
error : ->
Expand Down

0 comments on commit fd82457

Please sign in to comment.