Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Commit

Permalink
Fixes PolymerElements#22 - variable names incorrect in database initi…
Browse files Browse the repository at this point in the history
…alization
  • Loading branch information
jarrodek committed Oct 1, 2016
1 parent 73885ca commit c1ca9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-pouchdb-database-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
}.bind(this));
},

__computeDb: function(name, revsLimit, adapter) {
__computeDb: function(name, adapter, revsLimit) {
if (this.db) {
this.db.removeAllListeners();
}
Expand Down

0 comments on commit c1ca9e7

Please sign in to comment.