mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 03:00:11 +00:00
Indentation fix
This commit is contained in:
parent
77175fa470
commit
e9c21afa20
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
var matching = savedSearches[t];
|
||||
if (!matching) {
|
||||
matching = savedSearches[t] = _.filter(preFilteredPackages(t),
|
||||
function(p) { return p.matchesTerm(t); });
|
||||
function(p) { return p.matchesTerm(t); });
|
||||
}
|
||||
var visible = {};
|
||||
_.each(matching, function(p){ visible[p.name] = true; });
|
||||
|
|
Loading…
Reference in a new issue