mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 12:15:43 +03:00
Merge remote-tracking branch 'anton/nobreach' into pending
This commit is contained in:
commit
7021de3172
@ -24,7 +24,7 @@ TreeStore = _.extend EventEmitter.prototype, {
|
||||
for k,t of query when QUERIES[k]
|
||||
if t isnt QUERIES[k] then throw TypeError "Wrong query type: #{k}, '#{t}'"
|
||||
data[k] = _data[path]?[k]
|
||||
if query.kids and not _data[path].EMPTY
|
||||
if query.kids and not _data[path]?.EMPTY
|
||||
data.kids = {}
|
||||
for k,sub of tree
|
||||
data.kids[k] = @fulfillAt sub, path+"/"+k, query.kids
|
||||
|
Loading…
Reference in New Issue
Block a user