Commit 5f06db6a authored by Gergely Ujvari's avatar Gergely Ujvari

Fix comment

parent 3c5703d5
...@@ -435,11 +435,7 @@ class ViewFilter ...@@ -435,11 +435,7 @@ class ViewFilter
# value: a function to extract to facet value for the annotation. # value: a function to extract to facet value for the annotation.
# match: a function to check if the extracted value matches with the facet value # match: a function to check if the extracted value matches with the facet value
# #
# Returns a two-element list: # Returns the matched annotation IDs list,
# [
# matched annotation IDs list,
# the faceted filters
# ]
filter: (annotations, filters) -> filter: (annotations, filters) ->
limit = Math.min((filters.result?.terms or [])...) limit = Math.min((filters.result?.terms or [])...)
count = 0 count = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment