From 69d56ba29bdab99d1103019410ecad27fa3252f1 Mon Sep 17 00:00:00 2001 From: pradiprv Date: Mon, 28 Nov 2016 17:21:19 +0530 Subject: [PATCH] Observer arguments are mismatched --- 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..13262c8 100644 --- a/app-pouchdb-database-behavior.html +++ b/app-pouchdb-database-behavior.html @@ -57,7 +57,7 @@ */ db: { type: Object, - computed: '__computeDb(dbName, adapter, revsLimit)', + computed: '__computeDb(dbName, revsLimit, adapter)', notify: true, },