From 990051e203c614d04a8b59e146d42f95e1dde59f Mon Sep 17 00:00:00 2001 From: "kasper.storgaard" Date: Tue, 13 Jun 2017 00:20:33 +0200 Subject: [PATCH] fix(database-behavior): switch __computedDb args order to match compute string --- app-pouchdb-database-behavior.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }