mirror of
https://github.com/flynx/argv.js.git
synced 2025-10-28 10:20:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
803c24f8ba
commit
fea7841f69
2
argv.js
2
argv.js
@ -616,7 +616,7 @@ object.Constructor('Parser', {
|
||||
: src
|
||||
return src[name] ?
|
||||
['', typeof(src[name]) == 'function' ?
|
||||
src[name]()
|
||||
src[name].call(that)
|
||||
: src[name]]
|
||||
: [] }
|
||||
var section = function(title, items){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user