mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b52351d6fb
commit
13d3388950
@ -34,7 +34,7 @@ module.PouchDBStore = {
|
||||
if(!this.__data){
|
||||
var PouchDB =
|
||||
module.PouchDB =
|
||||
require('PouchDB')
|
||||
require('pouchdb')
|
||||
return (this.__data = new PouchDB(this.__path__)) }
|
||||
return this.__data },
|
||||
set data(value){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user