Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Feb 2, 2015
2 parents 252a57d + dc367cd commit 7c3868f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R.swift/func.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func filterDirectoryContentsRecursively(fileManager: NSFileManager, filter: (NSU
if let url = enumeratorItem as? NSURL {
if filter(url) {
assetFolders.append(url)
enumerator.skipDescendants()
}
}
}
Expand Down

0 comments on commit 7c3868f

Please sign in to comment.