This commit is contained in:
Pine Wu
2016-10-18 15:10:48 -07:00
parent 88e869a924
commit 0031078bac
11 changed files with 14 additions and 55 deletions

View File

@@ -31,7 +31,7 @@ export class MainThreadTreeExplorers extends MainThreadTreeExplorersShape {
return this._proxy.$provideRootNode(providerId).then(treeContent => {
this._treeContents[providerId] = treeContent;
return treeContent;
})
});
},
resolveChildren: (node: InternalTreeExplorerNode): TPromise<InternalTreeExplorerNode[]> => {
return this._proxy.$resolveChildren(providerId, node);