mirror of https://codeberg.org/pzp/pzp-dict.git
put getFieldRoots in manifest
This commit is contained in:
parent
52b7fa4664
commit
d17f2ebc70
|
@ -29,6 +29,7 @@ module.exports = {
|
||||||
manifest: {
|
manifest: {
|
||||||
update: 'async',
|
update: 'async',
|
||||||
get: 'sync',
|
get: 'sync',
|
||||||
|
getFieldRoots: 'sync',
|
||||||
squeeze: 'async',
|
squeeze: 'async',
|
||||||
},
|
},
|
||||||
init(peer, config) {
|
init(peer, config) {
|
||||||
|
@ -267,9 +268,9 @@ module.exports = {
|
||||||
return {
|
return {
|
||||||
update,
|
update,
|
||||||
get,
|
get,
|
||||||
|
getFieldRoots,
|
||||||
squeeze,
|
squeeze,
|
||||||
|
|
||||||
getFieldRoots,
|
|
||||||
_squeezePotential,
|
_squeezePotential,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue