1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-20 06:56:40 +02:00

fix eslint

This commit is contained in:
antelle 2019-03-15 19:19:53 +01:00
parent 2b591b3384
commit 7fa8ba6a5a

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;
}