Skip to content

Commit

Permalink
"arguments" presence
Browse files Browse the repository at this point in the history
  • Loading branch information
zardam committed Oct 25, 2013
1 parent a68d2ce commit 9433bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsawk
Expand Up @@ -1105,7 +1105,7 @@ replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) {
if (!noprint) if (!noprint)
out(RS); out(RS);
})(scriptArgs); })(typeof arguments === 'undefined' ? scriptArgs : arguments);
__END__ __END__


nlines=0 nlines=0
Expand Down

0 comments on commit 9433bc9

Please sign in to comment.