Skip to content

Commit 41190ac

Browse files
authored
Merge pull request veliovgroup#224 from exKAZUu/dev
Refix veliovgroup#210
2 parents cc2c08b + a84bd16 commit 41190ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ class FilesCollection
14581458
###
14591459
find: (selector, options) ->
14601460
console.info "[FilesCollection] [find(#{JSON.stringify(selector)}, #{JSON.stringify(options)})]" if @debug
1461-
check selector, Match.OneOf Object, String, null
1461+
check selector, Match.Optional Match.OneOf Object, String, Boolean, null
14621462
check options, Match.Optional Object
14631463

14641464
selector = {} unless arguments.length

0 commit comments

Comments
 (0)