Sign in
apache
/
pouchdb
/
refs/heads/3921
/
.
/
lib
/
plugins
/
memory
/
index.js
blob: 132ff4ea744dc8ac970e4132a621d9de3301a641 [
file
] [
log
] [
blame
]
'use strict'
;
var
pluginBase
=
require
(
'../base'
);
var
adapterConfig
=
require
(
'./config'
);
var
downAdapter
=
require
(
'memdown'
);
pluginBase
(
adapterConfig
,
downAdapter
);