Sign in
apache
/
pouchdb
/
refs/heads/custom-build
/
.
/
custom
/
idb.js
blob: 1839d0476cd1a5354114c76ad622b3d92cf513d2 [
file
] [
log
] [
blame
]
'use strict'
;
var
PouchDB
=
require
(
'./pouchdb'
);
var
idb
=
require
(
'../lib/adapters/idb'
);
PouchDB
.
adapter
(
'idb'
,
idb
,
true
);