diff --git a/app-pouchdb-database-behavior.html b/app-pouchdb-database-behavior.html index 5de1ce6..7520187 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(); }