rename listFiles to list

This commit is contained in:
Corey Johnson
2012-02-27 13:42:54 -08:00
parent 58259b009d
commit 71cab248cf
3 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ module.exports =
$native.write(path, content)
async:
listFiles: (path) ->
list: (path) ->
deferred = $.Deferred()
$native.asyncList path, false, (subpaths) ->
deferred.resolve subpaths