1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:48:00 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-09-21 11:12:32 +00:00
parent a0a2ba3f24
commit 0d35d7c67d
9 changed files with 7 additions and 19 deletions

View File

@@ -182,7 +182,6 @@ liberator.Commands = function () //{{{
COUNT_NONE: -1,
COUNT_ALL: -2, // :%...
__iterator__: function ()
{
var sorted = exCommands.sort(function (cmd1, cmd2) { return cmd1.name > cmd2.name; });