Community
Participate
Working Groups
0.2 M5 fileClient.js currently has a hard-coded dependency on the navigator: eclipse.util.processNavigatorParent(parentItem, jsonData); This logic should be pushed into the "updateFunction" passed into fileClient, rather than have fileClient aware of this. This is a prerequisite to turning fileClient.js into a plugin (which won't have access to the navigator).
Done. Also renamed getChildren to fetchChildren. This reflects the async/long-running nature of the function, and helps distinguish it from the Dojo tree model getChildren method.