Skip to content

Commit 1b1b4de

Browse files
authored
Merge pull request hound-search#290 from etsy/pr283
Build UI asssets for PR hound-search#283.
2 parents ff42d84 + c35bdb4 commit 1b1b4de

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

ui/assets/js/hound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ var Model = {
208208
}
209209

210210
results.sort(function(a, b) {
211-
return b.Matches.length - a.Matches.length;
211+
return b.Matches.length - a.Matches.length || a.Repo.localeCompare(b.Repo);
212212
});
213213

214214
var byRepo = {};

0 commit comments

Comments
 (0)