From d0a753d370f7023dcc690030cc970eebfc23e127 Mon Sep 17 00:00:00 2001 From: jarrodek Date: Sat, 1 Oct 2016 03:08:04 +0100 Subject: [PATCH] Fixes #22 - variable names incorrect in database initialization --- 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 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(); }