Fixed _field mangle.

This commit is contained in:
d3x0r 2017-02-09 10:56:55 -08:00 committed by GitHub
parent 8d5f6deee6
commit d4a8ec655f

View File

@ -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),