Use separators between categories

This commit is contained in:
Alfredo Sumaran 2016-03-24 17:13:37 -05:00
parent 69166b226f
commit 8e53cf94e6
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class @SearchAutocomplete
# Add group header before list each group
if lastCategory isnt suggestion.category
data.push 'divider' if !firstCategory
data.push 'separator' if !firstCategory
firstCategory = false if firstCategory