mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Fixed _field mangle.
This commit is contained in:
parent
8d5f6deee6
commit
d4a8ec655f
@ -35,7 +35,7 @@ Gun.on('get', function(at){
|
||||
if(!soul){ return }
|
||||
var node = fileOpt.disk.graph[soul];
|
||||
if(Gun.obj.has(at.get, '.')){
|
||||
node = opt._field(node, at.get['.']);
|
||||
node = field(node, at.get['.']);
|
||||
}
|
||||
fileOpt.gun.on('in', {
|
||||
put: Gun.graph.node(node),
|
||||
|
Loading…
x
Reference in New Issue
Block a user