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

whitespace fixes

This commit is contained in:
Doug Kearns
2008-05-27 15:15:36 +00:00
parent 1d0f4e29e5
commit c1390135d2
14 changed files with 104 additions and 104 deletions

View File

@@ -445,8 +445,8 @@ liberator.Commands = function () //{{{
// Idea: If v.commands.add() specifies args or opts in extraInfo, don't call the function
// with args as a string, but already pass an object like:
// args = { -option: value, -anotheroption: true, arguments: [] }
getOption: function(opts, option, def) { return getOption(opts, option, def); },
parseArgs: function(str, options) { return parseArgs(str, options); },
getOption: function (opts, option, def) { return getOption(opts, option, def); },
parseArgs: function (str, options) { return parseArgs(str, options); },
OPTION_ANY: 0, // can be given no argument or an argument of any type,
// caller is responsible for parsing the return value