Add callback param to getAllPathsAsync signature

This commit is contained in:
Corey Johnson & Kevin Sawicki
2012-12-12 13:41:15 -08:00
parent 9931441b9a
commit af49ab9c6c

View File

@@ -16,7 +16,7 @@ var $native = {};
native function traverseTree(path, onFile, onDirectory);
$native.traverseTree = traverseTree;
native function getAllPathsAsync(path);
native function getAllPathsAsync(path, callback);
$native.getAllPathsAsync = getAllPathsAsync;
native function isFile(path);