mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:37:58 +01:00
Run stylebot -- semicolons.
This commit is contained in:
@@ -231,7 +231,7 @@ var History = Module("history", {
|
||||
"visitcount"
|
||||
].map(function (order) [
|
||||
["+" + order.replace(" ", ""), "Sort by " + order + " ascending"],
|
||||
["-" + order.replace(" ", ""), "Sort by " + order + " descending"],
|
||||
["-" + order.replace(" ", ""), "Sort by " + order + " descending"]
|
||||
]));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user