Remove directories from fuzzy-finder

This commit is contained in:
Corey Johnson & Kevin Sawicki
2012-12-12 17:25:45 -08:00
parent 6f6dfe78a9
commit a6a05b6ff4
4 changed files with 7 additions and 8 deletions

View File

@@ -112,8 +112,8 @@ module.exports =
@makeTree(@directory(path))
@makeDirectory(path)
getAllPathsAsync: (rootPath, callback) ->
$native.getAllPathsAsync(rootPath, callback)
getAllFilePathsAsync: (rootPath, callback) ->
$native.getAllFilePathsAsync(rootPath, callback)
traverseTree: (rootPath, onFile, onDirectory) ->
$native.traverseTree(rootPath, onFile, onDirectory)