Skip to content

Commit

Permalink
should fix janmonschke#16
Browse files Browse the repository at this point in the history
  • Loading branch information
janmonschke committed Aug 17, 2011
1 parent 8afcb20 commit f74ba9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backbone-couchdb.coffee
Expand Up @@ -57,7 +57,7 @@ Backbone.couch_connector = con =
coll.listen_to_changes() if coll.db.changes or @config.global_changes
if coll.db.view?
_view = coll.db.view
keys = coll.db.keys ? null
keys = coll.db.keys ? {}

@helpers.make_db().view "#{@config.ddoc_name}/#{_view}",
keys : keys
Expand Down
2 changes: 1 addition & 1 deletion backbone-couchdb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f74ba9c

Please sign in to comment.