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

minor formatting fixes

This commit is contained in:
Doug Kearns
2008-07-26 17:03:04 +00:00
parent a7d9bef5b5
commit f686b00040
8 changed files with 14 additions and 14 deletions

View File

@@ -286,7 +286,7 @@ liberator.Commands = function () //{{{
// @param allowUnknownOptions: -foo won't result in an error, if -foo isn't
// specified in "options"
// TODO: should it handle comments?
parseArgs: function(str, options, argCount, allowUnknownOptions)
parseArgs: function (str, options, argCount, allowUnknownOptions)
{
// returns [count, parsed_argument]
function getNextArg(str)