diff --git a/app-pouchdb-database-behavior.html b/app-pouchdb-database-behavior.html index b091105..8b4e49e 100644 --- a/app-pouchdb-database-behavior.html +++ b/app-pouchdb-database-behavior.html @@ -227,7 +227,7 @@ }.bind(this)); }, - __computeDb: function(name, revsLimit, adapter) { + __computeDb: function(name, adapter, revsLimit) { if (this.db) { this.db.removeAllListeners(); }