fix eslint

This commit is contained in:
antelle 2019-03-15 19:19:53 +01:00
parent 2b591b3384
commit 7fa8ba6a5a
1 changed files with 1 additions and 2 deletions

View File

@ -636,9 +636,8 @@ const EntryModel = Backbone.Model.extend({
},
getRank: function(searchString) {
if (!searchString) {
// no search string give, so rank all items the same
// no search string given, so rank all items the same
return 0;
}