Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update CouchDB drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
timjb committed May 16, 2012
1 parent e44a374 commit bc7e328
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 68 deletions.
4 changes: 2 additions & 2 deletions public/vendor/backbone.couchdb.js
Expand Up @@ -4,7 +4,7 @@
* Copyright(c) 2011 Thomas Rampelberg
*/

(function($) {
(function($, _, Backbone) {

Backbone.couch = {};
Backbone.couch.options = {
Expand Down Expand Up @@ -178,4 +178,4 @@
}
});

})(jQuery);
})(jQuery, _, Backbone);

0 comments on commit bc7e328

Please sign in to comment.